Skip to content
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

Remove RenameLifted phase #13717

Merged
merged 1 commit into from Oct 8, 2021
Merged

Conversation

nicolasstucki
Copy link
Contributor

This phase was added to compensate for limitations of the unique names
implementation. Local fresh names where numbered globally, now they are
numbered by compilation unit.

Fixes #12759

This phase was added to compensate for limitations of the unique names
implementation. Local fresh names where numbered globally, now they are
numbered by compilation unit.

Fixes scala#12759
@smarter smarter merged commit 0b3b305 into scala:master Oct 8, 2021
@smarter smarter deleted the remove-rename-lifted branch October 8, 2021 13:03
@Kordyjan Kordyjan added this to the 3.1.1 milestone Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AbstractMethodError due to RenameLifted renaming trait setter implementations
3 participants