-
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
Typer regression in 3.2.0 #15940
Labels
Milestone
Comments
WojciechMazur
added
itype:bug
stat:needs triage
Every issue needs to have an "area" and "itype" label
regression
This worked in a previous version but doesn't anymore
labels
Aug 31, 2022
Bisect points to 7be0dd9 |
odersky
added a commit
to dotty-staging/dotty
that referenced
this issue
Sep 2, 2022
If we see a class type parameter that has a wildcard argument, we now intersect the original info of the class type parameter and the argument. Previously we replaced the class type parameter info with the argument info, but that might lose information. Fixes scala#15940
prolativ
added
area:typer
and removed
stat:needs triage
Every issue needs to have an "area" and "itype" label
labels
Sep 5, 2022
odersky
added a commit
that referenced
this issue
Sep 9, 2022
If we see a class type parameter that has a wildcard argument, we now intersect the original info of the class type parameter and the argument. Previously we replaced the class type parameter info with the argument info, but that might lose information. Fixes #15940
Kordyjan
pushed a commit
to dotty-staging/dotty
that referenced
this issue
Sep 15, 2022
If we see a class type parameter that has a wildcard argument, we now intersect the original info of the class type parameter and the argument. Previously we replaced the class type parameter info with the argument info, but that might lose information. Fixes scala#15940
mpollmeier
pushed a commit
to mpollmeier/dotty
that referenced
this issue
Oct 16, 2022
If we see a class type parameter that has a wildcard argument, we now intersect the original info of the class type parameter and the argument. Previously we replaced the class type parameter info with the argument info, but that might lose information. Fixes scala#15940
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Compiler version
Fails in 3.2.0
Fails in 3.2.1-RC1-bin-20220830-8504b8d-NIGHTLY
Compiles with 3.1.3
Minimized code
Dirty workaround:
would also work for
Seq.empty[ActionableHandler[_ <: ActionableDiagnostic]].map(_.exec)
Output
Expectation
Should compile
The text was updated successfully, but these errors were encountered: