Skip to content

Conversation

gmlarumbe
Copy link
Owner

Remove some dynamic precedences from the grammar to try to fix most errors related to nested indexes.

Commit e975694 might add breaking changes to queries related to select inside method_call. The following query should no longer be valid:

 (method_call
  (select "." (simple_identifier))

@gmlarumbe gmlarumbe merged commit 6f1cec9 into master Jul 11, 2025
8 checks passed
@gmlarumbe
Copy link
Owner Author

@clason , there might be breaking changes in Nvim queries

@clason
Copy link

clason commented Jul 11, 2025

Thanks for the heads-up! Doesn't look like it, luckily.

If you want to look over the queries and check if any non-breaking changes are needed (to make use of new features), that would of course be appreciated ;)

@gmlarumbe gmlarumbe deleted the dynprec branch July 20, 2025 15:57
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.

2 participants