Skip to content

Commit aa8a7b6

Browse files
committed
remove tasty-core-scala2 (dead project)
1 parent 53dac46 commit aa8a7b6

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ val `tasty-core` = Build.`tasty-core`
3434
val `tasty-core-nonbootstrapped` = Build.`tasty-core-nonbootstrapped`
3535
val `tasty-core-bootstrapped-new` = Build.`tasty-core-bootstrapped-new`
3636
val `tasty-core-bootstrapped` = Build.`tasty-core-bootstrapped`
37-
val `tasty-core-scala2` = Build.`tasty-core-scala2`
3837
val scaladoc = Build.scaladoc
3938
val `scaladoc-new` = Build.`scaladoc-new`
4039
val `scaladoc-testcases` = Build.`scaladoc-testcases`

project/Build.scala

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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).

0 commit comments

Comments
 (0)