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

fix(julia): treesitter queries changed upstream #362

Merged
merged 5 commits into from
Apr 16, 2024

Conversation

mehalter
Copy link
Contributor

@mehalter mehalter commented Apr 15, 2024

This fixes the Julia queries to handle the breaking changes upstream.

This also fixes the symbol names to match what the language server returns. With Julia and it's multiple dispatch system it's very important to have the entire function definition in the symbol name. so we return the entire call expression as the @name

Fixes #361

@github-actions github-actions bot requested a review from stevearc April 15, 2024 16:32
@mehalter
Copy link
Contributor Author

Just finished updating the tests to match the new name format, this should be good to go!

@mehalter
Copy link
Contributor Author

Also because of the breaking changes upstream, I would also recommend doing a patch release with this pretty quickly after merging

@stevearc
Copy link
Owner

Fantastic, thanks so much for fixing this!

@stevearc stevearc merged commit 2f1b897 into stevearc:master Apr 16, 2024
8 checks passed
@mehalter mehalter deleted the julia_fix branch April 16, 2024 20:31
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: julia treesitter queries broken after latest nvim-treesitter update
2 participants