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

Don't remove parentheses in (expr :: assertion) < expr #941

Merged
merged 4 commits into from
Dec 24, 2024

Conversation

JohnnyMorganz
Copy link
Owner

Causing a syntax error.

Related to #441 and #443

Fixes #940

Copy link
Contributor

Repo Comparison Test

No diff produced

@JohnnyMorganz JohnnyMorganz merged commit 1705207 into main Dec 24, 2024
19 checks passed
@JohnnyMorganz JohnnyMorganz deleted the excess-parentheses-type-assertion branch December 24, 2024 14:46
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.

Bug: (foo :: bar) < baz becomes foo :: bar < baz, which leads to syntax errors
1 participant