Skip to content

Do not warn on canceled splices in quoted patterns #11001

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 5, 2021

Conversation

nicolasstucki
Copy link
Contributor

The following is a valid and minimal quoted patten: case '{ $x } =>

Fixes #9804

The following is a valid and minimal quoted patten: `case '{ $x } =>`

Fixes scala#9804
@nicolasstucki nicolasstucki self-assigned this Jan 5, 2021
@nicolasstucki nicolasstucki marked this pull request as ready for review January 5, 2021 16:12
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

@nicolasstucki nicolasstucki merged commit 234cb00 into scala:master Jan 5, 2021
@nicolasstucki nicolasstucki deleted the fix-#9804 branch January 5, 2021 19:17
@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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Quoted Patterns: Quote of Unquote is not identity but normalizes
3 participants