-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Regression crash when using ? as type arg for parameter and then using match type on it #22076
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
Comments
Last good stable version: 3.4.3 |
This snippet compiles (again) since #21520. For reference, I used the following command to find when this was fixed: /localhome/bovel/scala3$ scala project/scripts/bisect.scala -- --should-fail --releases 3.5.0-RC1-bin-20240408-1e8a653-NIGHTLY...
3.7.0-RC1-bin-20250212-4518ce5-NIGHTLY compile playground.scala |
mbovel
added a commit
to mbovel/dotty
that referenced
this issue
Feb 14, 2025
mbovel
added a commit
that referenced
this issue
Feb 14, 2025
Closes #22076. --------- Co-authored-by: Sébastien Doeraene <[email protected]>
tgodzik
pushed a commit
to scala/scala3-lts
that referenced
this issue
Apr 22, 2025
Closes scala#22076. --------- Co-authored-by: Sébastien Doeraene <[email protected]> [Cherry-picked a601e83]
tgodzik
added a commit
to scala/scala3-lts
that referenced
this issue
Apr 22, 2025
Backport "Add regression test for scala#22076" to 3.3 LTS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Compiler version
3.6.4-RC1-bin-20241201-6bf4483-NIGHTLY
Code does not crash in
3.4.2
.Minimized code
Output (click arrow to expand)
The text was updated successfully, but these errors were encountered: