Skip to content

Re-bootstrap compiler #11898

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 2 commits into from
Mar 26, 2021
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
161 changes: 0 additions & 161 deletions library/src-non-bootstrapped/scala/compiletime/package.scala

This file was deleted.

8 changes: 2 additions & 6 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ object MyScalaJSPlugin extends AutoPlugin {
}

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

val baseVersion = "3.0.0-RC2"
val baseSbtDottyVersion = "0.5.4"
Expand Down Expand Up @@ -246,9 +246,6 @@ object Build {

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

// TODO: enable after bootstrap
// scalacOptions += "-Yno-experimental",

// If someone puts a source file at the root (e.g., for manual testing),
// don't pick it up as part of any project.
sourcesInBase := false,
Expand Down Expand Up @@ -448,8 +445,7 @@ object Build {
// Add git-hash used to package the distribution to the manifest to know it in runtime and report it in REPL
packageOptions += ManifestAttributes(("Git-Hash", VersionUtil.gitHash)),

// TODO: enable after bootstrap
// scalacOptions += "-Yno-experimental",
scalacOptions += "-Yno-experimental",

javaOptions ++= {
val managedSrcDir = {
Expand Down