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 @@ -2860,7 +2860,6 @@ object Build {
28602860
28612861 lazy val `tasty-core` = project.in(file(" tasty" )).asTastyCore(NonBootstrapped )
28622862 lazy val `tasty-core-bootstrapped` : Project = project.in(file(" tasty" )).asTastyCore(Bootstrapped )
2863- lazy val `tasty-core-scala2` : Project = project.in(file(" tasty" )).asTastyCoreScala2
28642863
28652864 def tastyCore (implicit mode : Mode ): Project = mode match {
28662865 case NonBootstrapped => `tasty-core`
@@ -3986,17 +3985,6 @@ object Build {
39863985 ),
39873986 )
39883987
3989- def asTastyCoreScala2 : Project = project
3990- .settings(commonScala2Settings)
3991- // need to add @annotation.internal.sharable to the classpath for compiling
3992- // we don't actually publish this library anywhere, so it's fine.
3993- // if someone depends on the sources of tasty-core in a scala 2 project,
3994- // they should strip the sharable annotation, or add -Ytasty-reader
3995- .dependsOn(dottyLibrary(NonBootstrapped ) % Provided )
3996- .settings(
3997- scalacOptions += " -Ytasty-reader" // to read scala3 library
3998- )
3999-
40003988 /* def asDottyBench(implicit mode: Mode): Project = project.withCommonSettings.
40013989 dependsOn(dottyCompiler).
40023990 settings(commonBenchmarkSettings).
You can’t perform that action at this time.
0 commit comments