-
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
Match type for extracting type parameter fails to reduce #18488
Labels
Comments
KuceraMartin
added
itype:bug
stat:needs triage
Every issue needs to have an "area" and "itype" label
labels
Aug 30, 2023
Fixed with SIP-56. (i.e., works on top of #18416) |
sjrd
added
area:match-types
and removed
stat:needs triage
Every issue needs to have an "area" and "itype" label
labels
Aug 30, 2023
sjrd
added a commit
to dotty-staging/dotty
that referenced
this issue
Aug 31, 2023
Closes scala#17121. Closes scala#17944. Closes scala#18488.
sjrd
added a commit
to dotty-staging/dotty
that referenced
this issue
Aug 31, 2023
Closes scala#17121. Closes scala#17944. Closes scala#18488.
sjrd
added a commit
to dotty-staging/dotty
that referenced
this issue
Aug 31, 2023
Closes scala#17121. Closes scala#17944. Closes scala#18488.
sjrd
added a commit
to dotty-staging/dotty
that referenced
this issue
Sep 1, 2023
Closes scala#17121. Closes scala#17944. Closes scala#18488.
sjrd
added a commit
to dotty-staging/dotty
that referenced
this issue
Sep 6, 2023
Closes scala#17121. Closes scala#17944. Closes scala#18488.
sjrd
added a commit
to dotty-staging/dotty
that referenced
this issue
Sep 7, 2023
Closes scala#17121. Closes scala#17944. Closes scala#18488.
sjrd
added a commit
to dotty-staging/dotty
that referenced
this issue
Sep 7, 2023
Closes scala#17121. Closes scala#17944. Closes scala#18488.
sjrd
added a commit
to dotty-staging/dotty
that referenced
this issue
Nov 24, 2023
Closes scala#17121. Closes scala#17944. Closes scala#18488.
sjrd
added a commit
to dotty-staging/dotty
that referenced
this issue
Nov 24, 2023
Closes scala#17121. Closes scala#17944. Closes scala#18488.
sjrd
added a commit
to dotty-staging/dotty
that referenced
this issue
Dec 1, 2023
Closes scala#17121. Closes scala#17944. Closes scala#18488.
sjrd
added a commit
to dotty-staging/dotty
that referenced
this issue
Dec 7, 2023
Closes scala#17121. Closes scala#17944. Closes scala#18488.
nicolasstucki
pushed a commit
to dotty-staging/dotty
that referenced
this issue
Dec 7, 2023
Closes scala#17121. Closes scala#17944. Closes scala#18488.
sjrd
added a commit
to dotty-staging/dotty
that referenced
this issue
Dec 15, 2023
Closes scala#17121. Closes scala#17944. Closes scala#18488.
sjrd
added a commit
to sjrd/dotty
that referenced
this issue
Dec 18, 2023
Closes scala#17121. Closes scala#17944. Closes scala#18488.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiler version
3.3.0
Minimized code
The code is still quite big but I have not been able to minimize it further.
Output
Expectation
The code should compile. It compiles with Scala 3.1 and also with
3.4.0-RC1-bin-20230829-510aac8-NIGHTLY
but not with 3.2 or 3.3.The text was updated successfully, but these errors were encountered: