-
Notifications
You must be signed in to change notification settings - Fork 21
"ClassBType.info not yet assigned" error with Scala 2.13.0-RC1 #11524
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
Can reproduce locally |
This seems to be an interaction with scala/scala#6050. I just attached the debugger to the 2.13.0-RC1 compiler when running. Here's the tree that reaches the backend. Note the
The by-name implicit is https://github.com/xuwei-k/scalaz/blob/2201a647b81100df72ff74ab1d150e005339adf6/core/src/main/scala-2.13+/scalaz/CofreeInstancesVersionSpecific.scala#L14 To reproduce
A minimization would be helpful.. But @milessabin maybe you can take a look anyway? |
I'll try and find time in the next day or two. @xuwei-k a minimization would be really helpful. |
Another instance in kittens: #11591 |
Continuing this on #11591. |
#11591 fixed in scala/scala#8201. @xuwei-k it'd be great if you could confirm that this also fixes your issue ... most likely it will turn the compiler crash into vanilla implicit resolution failure. |
confirmed! thanks! |
The text was updated successfully, but these errors were encountered: