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

Tweak selection from self types #18467

Merged
merged 1 commit into from
Aug 29, 2023
Merged

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Aug 28, 2023

Previously, we rejected the case where a symbol of a self type selection was private if it was not of the enclosing class. But that symbol could shadow a non-private symbol in a base class, so have to treat that case as well.

Fixes #18351

Previously, we rejected the case where a symbol of a self type selection
was private if was not of the enclosing class. But that symbol could shadow
a non-private symbol in a base class, so have to treat that case as well.

Fixes scala#18631
@odersky odersky requested review from prolativ and Kordyjan August 28, 2023 20:19
@odersky odersky assigned prolativ and Kordyjan and unassigned prolativ Aug 28, 2023
Copy link
Contributor

@Kordyjan Kordyjan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Kordyjan Kordyjan merged commit ba88bf6 into scala:main Aug 29, 2023
@Kordyjan Kordyjan deleted the fix-18351 branch August 29, 2023 08:42
Kordyjan added a commit that referenced this pull request Aug 29, 2023
@Kordyjan Kordyjan added this to the 3.4.0 milestone Dec 20, 2023
@som-snytt som-snytt mentioned this pull request May 2, 2024
Gedochao pushed a commit that referenced this pull request May 7, 2024
Follow up #18467

The issue link in the commit message is also a typo, which is what I
noticed.

[skip ci]
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 in ist-dsi/scala-keystone-client
3 participants