File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed
Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ val `tasty-core` = Build.`tasty-core`
3434val `tasty-core-nonbootstrapped` = Build .`tasty-core-nonbootstrapped`
3535val `tasty-core-bootstrapped-new` = Build .`tasty-core-bootstrapped-new`
3636val `tasty-core-bootstrapped` = Build .`tasty-core-bootstrapped`
37- val `tasty-core-scala2` = Build .`tasty-core-scala2`
3837val scaladoc = Build .scaladoc
3938val `scaladoc-new` = Build .`scaladoc-new`
4039val `scaladoc-testcases` = Build .`scaladoc-testcases`
Original file line number Diff line number Diff line change @@ -2920,7 +2920,6 @@ object Build {
29202920
29212921 lazy val `tasty-core` = project.in(file(" tasty" )).asTastyCore(NonBootstrapped )
29222922 lazy val `tasty-core-bootstrapped` : Project = project.in(file(" tasty" )).asTastyCore(Bootstrapped )
2923- lazy val `tasty-core-scala2` : Project = project.in(file(" tasty" )).asTastyCoreScala2
29242923
29252924 def tastyCore (implicit mode : Mode ): Project = mode match {
29262925 case NonBootstrapped => `tasty-core`
@@ -4046,17 +4045,6 @@ object Build {
40464045 ),
40474046 )
40484047
4049- def asTastyCoreScala2 : Project = project
4050- .settings(commonScala2Settings)
4051- // need to add @annotation.internal.sharable to the classpath for compiling
4052- // we don't actually publish this library anywhere, so it's fine.
4053- // if someone depends on the sources of tasty-core in a scala 2 project,
4054- // they should strip the sharable annotation, or add -Ytasty-reader
4055- .dependsOn(dottyLibrary(NonBootstrapped ) % Provided )
4056- .settings(
4057- scalacOptions += " -Ytasty-reader" // to read scala3 library
4058- )
4059-
40604048 /* def asDottyBench(implicit mode: Mode): Project = project.withCommonSettings.
40614049 dependsOn(dottyCompiler).
40624050 settings(commonBenchmarkSettings).
You can’t perform that action at this time.
0 commit comments