-
Notifications
You must be signed in to change notification settings - Fork 14
community build status #108
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
cc @pvlugter - any idea about the play-twirl test failures? |
@lrytz oh right, yeah it's a source incompatibility. I don't have time to look now but maybe over the weekend |
I'm on this now, it's reached the front of my queue. |
Adriaan's test run with |
Adriaan's notes on his wip changes to the 2.12 community build: scala/scala#4971 (comment) |
superseded by #203 |
I ran a community build against 2.12.x after merging the flat-classpath-by-default PR (scala/scala@952da60)
Logs
Failures: acyclic and
shapelessplay-twirlacyclic
There seems to be a source-incompatibility with utest. We are tracking the master branches for both projects (see https://github.com/scala/community-builds/blob/2.12.x/common.conf#L92-L93). Before diving into details, maybe @lihaoyi will just say "oh, right"?
play-twirl
10 failed tests, for example
The test succeeds for
case Success(_, rest) if rest.atEnd
. It looks likerest
isInput()
in this case.The text was updated successfully, but these errors were encountered: