Skip to content

Quick&dirty bootstrap #837

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 1 commit into from
Oct 22, 2015
Merged

Conversation

DarkDimius
Copy link
Contributor

dotc script now has -bootstrapped option that will use dotty-compiled-by-dotty.

I has auto-detection of changes in dotty itself and will recompile itself using dotc.build on any change.

dot script now has -bootstrapped option that will use dotty-compiled-by-dotty.
@DarkDimius
Copy link
Contributor Author

In order to check that JVM uses classes compiled by dotty itself one could use command
dotc -bootstrapped -J-verbose:class

Bootstrapped should be loaded from dotty.jar, while scalac compiled classes would load from dotty_2.11-0.1-SNAPSHOT.jar

@odersky
Copy link
Contributor

odersky commented Oct 22, 2015

LGTM

DarkDimius added a commit that referenced this pull request Oct 22, 2015
@DarkDimius DarkDimius merged commit d19aec7 into scala:master Oct 22, 2015
@allanrenucci allanrenucci deleted the bootstrapped branch December 14, 2017 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants