Skip to content

Commit 73b8563

Browse files
hamzaremmalWojciechMazur
authored andcommitted
remove tasty-core-scala2 (dead project)
[Cherry-picked aa8a7b6]
1 parent 5058a7b commit 73b8563

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
@@ -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).

0 commit comments

Comments
 (0)