Skip to content

Refactor class parent handling #15986

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

Merged
merged 1 commit into from
Sep 9, 2022
Merged

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Sep 7, 2022

Class parent handling was hard to understand because it consisted of interacting parts that each worked under intricate but separate conditions. It's more centralized now.

Fixes #15976

@odersky odersky force-pushed the fix-15976 branch 2 times, most recently from 93043be to ec50437 Compare September 8, 2022 08:15
@odersky odersky marked this pull request as ready for review September 8, 2022 08:20
@KacperFKorban KacperFKorban merged commit eaa2889 into scala:main Sep 9, 2022
@KacperFKorban KacperFKorban deleted the fix-15976 branch September 9, 2022 19:42
@Kordyjan Kordyjan added this to the 3.2.2 milestone Aug 1, 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.

Regression: Spurious missing type parameter error when inheriting a class without call parentheses()
3 participants