Upgrade to 0.25 and fix release#211
Closed
ggodlewski wants to merge 3 commits intotree-sitter-grammars:split_parserfrom
Closed
Upgrade to 0.25 and fix release#211ggodlewski wants to merge 3 commits intotree-sitter-grammars:split_parserfrom
ggodlewski wants to merge 3 commits intotree-sitter-grammars:split_parserfrom
Conversation
This commit updates the tree-sitter dependency from 0.24 to 0.25, addressing API changes introduced in the newer version. ## Changes - **Cargo.toml**: Update tree-sitter dependency from `0.24` to `0.25` - **bindings/rust/parser.rs**: - Replace deprecated `parse_with()` with `parse_with_options()` - Update API calls to match tree-sitter 0.25 signature - `parse_with_options` now takes 3 args: callback, old_tree, options - Fix lifetime elision warning in `walk()` method ## Testing All existing tests pass with tree-sitter 0.25: - `can_load_block_grammar` - `can_load_inline_grammar` - `markdown_cursor` - `table` - `inline_ranges` ## Breaking Changes None for users of this library. The public API remains unchanged. Internal implementation updated to use newer tree-sitter APIs. ## Benefits - Compatible with latest tree-sitter ecosystem - No more version conflicts for projects using tree-sitter 0.25 - Future-proof for upcoming tree-sitter features
Collaborator
|
superseded by #216 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.