Skip to content

Remove library/src-2.x #6714

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 0 additions & 38 deletions library/src-2.x/dotty/DottyPredef.scala

This file was deleted.

8 changes: 0 additions & 8 deletions library/src-2.x/dotty/internal/StringContextMacro.scala

This file was deleted.

10 changes: 0 additions & 10 deletions library/src-2.x/scala/Tuple.scala

This file was deleted.

76 changes: 0 additions & 76 deletions library/src-2.x/scala/deriving.scala

This file was deleted.

27 changes: 0 additions & 27 deletions library/src-2.x/scala/internal/Quoted.scala

This file was deleted.

11 changes: 0 additions & 11 deletions library/src-2.x/scala/internal/quoted/Matcher.scala

This file was deleted.

53 changes: 0 additions & 53 deletions library/src-2.x/scala/quoted/Expr.scala

This file was deleted.

52 changes: 0 additions & 52 deletions library/src-2.x/scala/quoted/Type.scala

This file was deleted.

34 changes: 0 additions & 34 deletions library/src-2.x/scala/quoted/matching/Bind.scala

This file was deleted.

43 changes: 0 additions & 43 deletions library/src-2.x/scala/tasty/reflect/QuotedOps.scala

This file was deleted.

13 changes: 0 additions & 13 deletions library/src-2.x/scala/tasty/reflect/utils/TreeUtils.scala

This file was deleted.

4 changes: 0 additions & 4 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,6 @@ object Build {
lazy val commonJavaSettings = commonSettings ++ Seq(
version := dottyVersion,
scalaVersion := referenceVersion,
// To be removed once we stop cross-compiling with Scala 2
crossScalaVersions := Seq(referenceVersion, scalacVersion),
// Do not append Scala versions to the generated artifacts
crossPaths := false,
// Do not depend on the Scala library
Expand All @@ -234,8 +232,6 @@ object Build {
lazy val commonNonBootstrappedSettings = commonDottySettings ++ Seq(
version := dottyNonBootstrappedVersion,
scalaVersion := referenceVersion,
// To be removed once we stop cross-compiling with Scala 2
crossScalaVersions := Seq(referenceVersion, scalacVersion),
excludeFromIDE := true
)

Expand Down