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

Provide mirror support after inlining #12062

Merged
merged 4 commits into from
Apr 13, 2021
Merged

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Apr 12, 2021

Mirror support runs in PostTyper to add new members to mirrors generated
during Typer. But some anonymous mirrors are generated during inlining.
We need to add the missing methods for them as well.

Fixes #11542
Fixes #11961
Fixes #12052

odersky added 2 commits April 12, 2021 14:41
Mirror support runs in PostTyper to add new members to mirrors generated
during Typer. But some anonymous mirrors are generated during inlining.
We need to add the missing methods for them as well.

Fixes scala#11542
Fixes scala#11961
Fixes scala#12052
@odersky odersky changed the title Enter Mirror elements after current phase Provide mirror support after inlining Apr 12, 2021
@odersky odersky added this to the 3.0.0 milestone Apr 12, 2021
@odersky odersky requested a review from nicolasstucki April 12, 2021 14:32
@odersky odersky merged commit 08be314 into scala:master Apr 13, 2021
@odersky odersky deleted the fix-11542 branch April 13, 2021 10:59
@Kordyjan Kordyjan modified the milestones: 3.0.0-RC3, 3.0.1 Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment