-
Notifications
You must be signed in to change notification settings - Fork 52
with latest 2.12.1 nightly, "class scala.IndexOutOfBoundsException not found" #88
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
Comments
@xeno-by are you available to look at this? if this is an issue for Scala 2.12.1, we'll need to know soon. also, this is making every 2.12.x Scala community build fail. |
I will do that tomorrow. Been travelling the last week. |
@SethTisue @adriaanm What resolver should I use?
|
|
I noticed I was answering this question a lot, so: http://stackoverflow.com/questions/40622878/how-do-i-tell-sbt-to-use-a-nightly-build-of-scala-2-11-or-2-12 |
Can reproduce. Will investigate now. |
It turns out that paradise itself is fine. It's the code of the test macro that changed behavior. After I fixed the test, everything became green again. See a976e75 for more information. |
thanks Eugene! looking good over at scala/community-build#404 |
follow-up PR for import conversion
this was found by the Scala 2.12 community build, but can be reproduced independently, on the 2.12.0 branch of paradise, with:
resulting in a lot of repeated errors like:
The text was updated successfully, but these errors were encountered: