Skip to content

tree-sitter 0.26 → 0.27 + tree-sitter-proto 0.4 → 0.6 - #258

Merged
flupkede merged 1 commit into
developfrom
chore/upgrade-tree-sitter-027
Sep 15, 2026
Merged

flupkede merged 1 commit into
developfrom
chore/upgrade-tree-sitter-027

Conversation

@flupkede

Copy link
Copy Markdown
Owner

Parser-stack major, dependency-refresh series (Fase D7).

Zero call-site changes

The chunker sits on the stable Parser/Language surface (Parser::new, set_language, parse, Node/Tree), and all 17 grammars load through the ABI-stable LANGUAGE.into() (tree-sitter-language) route — so the grammar crates stay pinned while the core crate moves a major.

Versions

  • tree-sitter 0.26.13 → 0.27.0
  • tree-sitter-proto 0.4.0 → 0.6.0

Validation

fmt + clippy --all-targets -D warnings + 1386 lib/bins tests green

Zero call-site changes: Parser/Language surface stable, grammars ride
tree-sitter-language (all 17 grammar crates stay pinned).
Validation: fmt + clippy -D warnings + 1386 tests green.
@flupkede
flupkede merged commit 7728e4d into develop Sep 15, 2026
7 checks passed
@flupkede
flupkede deleted the chore/upgrade-tree-sitter-027 branch September 15, 2026 19:06
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.

1 participant