-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
RepresentableSuite.scala doesn't compile in Scala 2.13 community build #2355
Comments
@SethTisue when you said the code compiles on 2.13.0-M4, did you use master or the 1.2.x. branch? |
uh, I don't remember, but they both currently compile on 2.13.0-M4. (as an aside, I had hoped the problem might be reproducible outside dbuild with scala/community-builds@scala/community-build@ea62fa4 makes this a bit more convenient to troubleshoot using dbuild I'll poke at it using your suggestion about altering the test in question |
PR: #2359 |
cats is green in 2.13 community build, has been for a while |
this is on 2.13.0-pre-ba03b6d
not sure what to make of this; the code compiles on 2.13.0-M4, so I suppose this is due to some post-M4 change in scala/scala
tracking this down could be tricky. 277 PRs (!) have been merged, as of scala/scala@ba03b6d, since M4, and Cats has a bunch of dependencies so it's not easy to build and test everything against 2.13.0-pre-ba03b6d
can someone who knows the cats code explain what might be going wrong here? and then I can ask the Scala team to take a look and see what PRs might explain it?
worst comes to worst, I can use the community build to bisect what Scala PR this regressed in, but doing that would take a long time
The text was updated successfully, but these errors were encountered: