-
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
Labels
area:experimental
area:posttyper
Issues caught during the posttyper compiler phase.
area:typer
itype:bug
stat:needs minimization
Needs a self contained minimization
Comments
e45lee
added
itype:bug
stat:needs triage
Every issue needs to have an "area" and "itype" label
labels
Jun 21, 2024
Gedochao
added
area:typer
area:experimental
area:posttyper
Issues caught during the posttyper compiler phase.
stat:needs minimization
Needs a self contained minimization
and removed
stat:needs triage
Every issue needs to have an "area" and "itype" label
labels
Jun 25, 2024
I am also getting an Stack (very long)
|
This comment was marked as outdated.
This comment was marked as outdated.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:experimental
area:posttyper
Issues caught during the posttyper compiler phase.
area:typer
itype:bug
stat:needs minimization
Needs a self contained minimization
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: