-
Notifications
You must be signed in to change notification settings - Fork 59
2.12: new Scala SHA #1349
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
2.12: new Scala SHA #1349
Conversation
|
the doobie thing is reproducible outside dbuild, in the community-build-2.12 branch in our fork of the repo under the scalacommunitybuild org, with - addCompilerPlugin("org.typelevel" %% "kind-projector" % kindProjectorVersion cross CrossVersion.full),
+ addCompilerPlugin("org.typelevel" % "kind-projector_2.12.13" % kindProjectorVersion), wartremover is involved, so isn't obvious whether this is scalac's fault or wartremover's fault I do note that oh, it looks like this may have been fixed, after our freeze point, by wartremover/wartremover#469 -- I'll try forking and cherry-picking that fix UPDATE: yay, green in run 6445 |
as for spire, it's reproducible outside dbuild just with which makes it easy to bisect. roundup of the scala/scala suspects:
bisecting shows the culprit PR to be scala/scala#9356 (2.12.14-bin-f854b0f) I checked and the problem is also reproducible on spire master, not only the old version we're frozen on I opened scala/scala-dev#760 on it |
Jason pushed a fix for spire to scala/scala. I'll re-run with the new Scala SHA (once https://travis-ci.com/github/scala/scala/jobs/477767152 publishes it) |
https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-jdk8-integrate-community-build/6442/https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-jdk8-integrate-community-build/6443/https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-jdk8-integrate-community-build/6445/https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-jdk8-integrate-community-build/6447/
https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-jdk8-integrate-community-build/6448/