Skip to content

TastyFormat: Don't use final vals for MajorVersion/MinorVersion #3242

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 4, 2017

Conversation

smarter
Copy link
Member

@smarter smarter commented Oct 3, 2017

Because sbt incremental compilation for scalac is broken for final vals,
so the dotty-library-bootstrapped compiled by the non-bootstrapped
dotty-compiler may have an old MajorVersion/MinorVersion unless you do
clean first.

Because sbt incremental compilation for scalac is broken for final vals,
so the dotty-library-bootstrapped compiled by the non-bootstrapped
dotty-compiler may have an old MajorVersion/MinorVersion unless you do
`clean` first.
@smarter smarter requested a review from odersky October 3, 2017 21:14
Copy link
Contributor

@odersky odersky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@odersky odersky merged commit da6d7c6 into scala:master Oct 4, 2017
@odersky
Copy link
Contributor

odersky commented Oct 4, 2017

@smarter Somehow I cannot launchIDE anymore after merging this change. Do you experience the same?

@smarter
Copy link
Member Author

smarter commented Oct 4, 2017

sbt launchIDE seems to work OK here, what error are you getting?

@allanrenucci allanrenucci deleted the no-final-val branch December 14, 2017 19:24
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.

2 participants