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

Allow infix inline modifier #369

Merged
merged 1 commit into from
Dec 26, 2023
Merged

Conversation

susliko
Copy link
Collaborator

@susliko susliko commented Dec 24, 2023

Fixes #366

Rebalance precedences of match_expression (which can contain "inline") and modifiers

@eed3si9n
Copy link
Collaborator

Error: scala_scala/src/library/: expected 100, but got 99.56 instead

apparently a regression on parsing scala-library.

@susliko susliko marked this pull request as draft December 25, 2023 08:06
@susliko susliko force-pushed the infix-inline branch 2 times, most recently from f246a09 to 6c99c83 Compare December 26, 2023 21:19
@susliko susliko marked this pull request as ready for review December 26, 2023 21:20
@susliko susliko requested a review from eed3si9n December 26, 2023 21:21
Fixes tree-sitter#366

Rebalance precedences of `match_expression` (which can contain "inline") and `modifiers`
Copy link
Collaborator

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

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

Thanks!

@eed3si9n eed3si9n merged commit 2b79741 into tree-sitter:master Dec 26, 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.

inline + infix modifier on methods causes errors
2 participants