-
Notifications
You must be signed in to change notification settings - Fork 1.1k
MatchError when using refutable extractor #15650
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
Labels
Milestone
Comments
griggt
added a commit
to griggt/dotty
that referenced
this issue
Jul 12, 2022
cc @erikerlandson if you're interested :) |
yikes is that a regression in scala 3.2? |
The crash is due to the new warning messages for using patterns that are not statically guaranteed to match (such as |
griggt
added a commit
to griggt/dotty
that referenced
this issue
Jul 13, 2022
And in fact we need to be able to handle arbitrary parameter lists (and type parameter lists) when extracting the extractor name. Fixes scala#15650
griggt
added a commit
to griggt/dotty
that referenced
this issue
Jul 13, 2022
And in fact we need to be able to handle arbitrary parameter lists (and type parameter lists) when extracting the extractor name. Fixes scala#15650
bishabosha
pushed a commit
to dotty-staging/dotty
that referenced
this issue
Oct 18, 2022
And in fact we need to be able to handle arbitrary parameter lists (and type parameter lists) when extracting the extractor name. Fixes scala#15650
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Minimized from the community build failure of erikerlandson/coulomb reported in #15647
Compiler version
3.2.0-RC2
Works in 3.1.3
Minimized code
Output (click arrow to expand)
The text was updated successfully, but these errors were encountered: