-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Compiling standard library with -experimental
causes AssertionError
#20730
Comments
I am also getting an Stack (very long)
|
This comment was marked as outdated.
This comment was marked as outdated.
@ghostdogpr are you able to minimize it to something you could share...? |
note that the @ghostdogpr failure says:
but the original report says:
so offhand, these look like separate issues that just happen to share a cause of being triggered by |
I investigated a little more and it seemed caused by a macro in zio-schema. It's not easy to make a reproducer but at least I was able to find a workaround. |
Compiling the bootstrapped standard library with
scala2-library-bootstrapped/compile
causes an AssertionError similar to #20421if you add
-experimental
as a compile-time option toscalac
. I think this is similar to what's happening in #20409.Compiler version
Latest main
Minimized code
Output
Expectation
The text was updated successfully, but these errors were encountered: