Skip to content

Generalize isArgPrefixOf #11063

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
Jan 12, 2021
Merged

Generalize isArgPrefixOf #11063

merged 1 commit into from
Jan 12, 2021

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Jan 11, 2021

Fixes #11057

We had a case of getting the info of C#F at pattern matching, where F
as a paremeter of C. In this case, no recomputation of the argument
via argInfo is needed; the info is the info of F directly.

Fixes scala#11057

We had a case of getting the info of C#F at pattern matching, where `F`
as a paremeter of `C`. In this case, no recomputation of the argument
via argInfo is needed; the info is the info of `F` directly.
@odersky odersky added the fasttrack Simple fix. Reviewer should merge or apply additional changes directly. label Jan 11, 2021
Copy link
Contributor

@liufengyun liufengyun left a comment

Choose a reason for hiding this comment

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

LGTM

@liufengyun liufengyun merged commit 5950f83 into scala:master Jan 12, 2021
@liufengyun liufengyun deleted the fix-#11057 branch January 12, 2021 09:03
@Kordyjan Kordyjan added this to the 3.0.0 milestone Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fasttrack Simple fix. Reviewer should merge or apply additional changes directly.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compilation exception ("bad parameter reference")
3 participants