-
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
Possible regression in compilation for generic records for Java from 3.3.1 #19578
Labels
Milestone
Comments
yilinwei
added
itype:bug
stat:needs triage
Every issue needs to have an "area" and "itype" label
labels
Jan 31, 2024
yilinwei
changed the title
Regression in compilation for generic records for Java
Regression in compilation for generic records for Java from 3.3.1
Jan 31, 2024
yilinwei
changed the title
Regression in compilation for generic records for Java from 3.3.1
Possible regression in compilation for generic records for Java from 3.3.1
Jan 31, 2024
yilinwei
added a commit
to yilinwei/dotty
that referenced
this issue
Jan 31, 2024
this is duplicated by #18639 |
bishabosha
added
stat:duplicate
and removed
stat:needs triage
Every issue needs to have an "area" and "itype" label
labels
Feb 1, 2024
yilinwei
added a commit
to yilinwei/dotty
that referenced
this issue
Feb 1, 2024
This fixes a whole host of subtle issues. - The type parameter was not stamped correctly on the constructor causing the original error - The parsed record was not stamped with `JavaDefined`, which meant the duplicate constructors in the case of overrides were not removed.
bishabosha
added a commit
that referenced
this issue
Feb 9, 2024
WojciechMazur
pushed a commit
that referenced
this issue
Jun 28, 2024
This fixes a whole host of subtle issues. - The type parameter was not stamped correctly on the constructor causing the original error - The parsed record was not stamped with `JavaDefined`, which meant the duplicate constructors in the case of overrides were not removed. [Cherry-picked f7eb589]
WojciechMazur
pushed a commit
that referenced
this issue
Jun 30, 2024
This fixes a whole host of subtle issues. - The type parameter was not stamped correctly on the constructor causing the original error - The parsed record was not stamped with `JavaDefined`, which meant the duplicate constructors in the case of overrides were not removed. [Cherry-picked f7eb589]
WojciechMazur
pushed a commit
that referenced
this issue
Jun 30, 2024
This fixes a whole host of subtle issues. - The type parameter was not stamped correctly on the constructor causing the original error - The parsed record was not stamped with `JavaDefined`, which meant the duplicate constructors in the case of overrides were not removed. [Cherry-picked f7eb589]
WojciechMazur
pushed a commit
that referenced
this issue
Jun 30, 2024
This fixes a whole host of subtle issues. - The type parameter was not stamped correctly on the constructor causing the original error - The parsed record was not stamped with `JavaDefined`, which meant the duplicate constructors in the case of overrides were not removed. [Cherry-picked f7eb589]
WojciechMazur
added a commit
that referenced
this issue
Jul 1, 2024
) Backports #19583 to the LTS branch. PR submitted by the release tooling. [skip ci]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiler version
Tested on:
Minimized code
Output
Expectation
Compiles
The text was updated successfully, but these errors were encountered: