Skip to content

Commit 6c82605

Browse files
Merge pull request #11898 from dotty-staging/re-bootstrap-compiler-2
Re-bootstrap compiler
2 parents ab2664f + 17bd093 commit 6c82605

File tree

3 files changed

+2
-167
lines changed

3 files changed

+2
-167
lines changed

library/src-non-bootstrapped/scala/compiletime/package.scala

Lines changed: 0 additions & 161 deletions
This file was deleted.

project/Build.scala

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ object MyScalaJSPlugin extends AutoPlugin {
6363
}
6464

6565
object Build {
66-
val referenceVersion = "3.0.0-RC2-bin-20210318-e60ef35-NIGHTLY"
66+
val referenceVersion = "3.0.0-RC2-bin-20210325-ab2664f-NIGHTLY"
6767

6868
val baseVersion = "3.0.0-RC2"
6969
val baseSbtDottyVersion = "0.5.4"
@@ -246,9 +246,6 @@ object Build {
246246

247247
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
248248

249-
// TODO: enable after bootstrap
250-
// scalacOptions += "-Yno-experimental",
251-
252249
// If someone puts a source file at the root (e.g., for manual testing),
253250
// don't pick it up as part of any project.
254251
sourcesInBase := false,
@@ -448,8 +445,7 @@ object Build {
448445
// Add git-hash used to package the distribution to the manifest to know it in runtime and report it in REPL
449446
packageOptions += ManifestAttributes(("Git-Hash", VersionUtil.gitHash)),
450447

451-
// TODO: enable after bootstrap
452-
// scalacOptions += "-Yno-experimental",
448+
scalacOptions += "-Yno-experimental",
453449

454450
javaOptions ++= {
455451
val managedSrcDir = {

0 commit comments

Comments
 (0)