-
Notifications
You must be signed in to change notification settings - Fork 90
migrates to 2.11.0-RC1 #61
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
Conversation
Wow. This is really "above and beyond" stuff. |
Updated initial commits so that they don't do anything hacky to scalaHome, etc. Now this thing could theoretically be merged after RC1 is out. upd. I'd especially like to point out that every single commit in this chain builds and passes all the tests successfully, so you might want to keep history (or maybe even make it more fine-grained in the case of the last commit, which required me to make a bulk of changes at once) to simplify potential troubleshooting. In the meanwhile, to take a closer look at the pull request, launch sbt using |
cheers Protip: The PR validator publishes snapshots:
|
Do I need to enable something special in order for SBT to pick up this config? I tried to build SBT using such a SNAPSHOT builds, it says "getting scala blah blah" and then displays a not found error with "pr-scala snapshots" not present in the list of repos it's considered. |
It might depend on where your SBT script looks for its |
How do I figure out where's sbt.global.home? |
See http://www.scala-sbt.org/release/docs/Detailed-Topics/Command-Line-Reference (The defaults look out of date, see also www.scala-sbt.org/0.13.0/docs/Community/ChangeSummary_0.13.0.html) |
I meant to say |
Migrates scala/async to scala/scala#3452 that is planned to be merged into trunk before 2.11.0-RC1. No more casts to Global. No more scala.reflect.internal.SymbolTable. /cc @retronym