Skip to content

tree_sitter_adapter: Update tree-sitter 0.22 -> 0.25#275

Open
AmateurECE wants to merge 1 commit into
andrewtbiehl:mainfrom
AmateurECE:feature/upgrade-tree-sitter-version
Open

tree_sitter_adapter: Update tree-sitter 0.22 -> 0.25#275
AmateurECE wants to merge 1 commit into
andrewtbiehl:mainfrom
AmateurECE:feature/upgrade-tree-sitter-version

Conversation

@AmateurECE
Copy link
Copy Markdown

The Cargo.lock file previously pulled in v0.22 of the tree-sitter libraries. At or around v0.23, however, tree-sitter-loader now expects the package.json file to contain a "tree-sitter" node. This makes tree-sitter crates before 0.23 incompatible with recent tree-sitter parser releases.

This fixes #274, which was caused by pulling in a newer version of a tree-sitter grammar than was supported by the tree-sitter libraries that were pulled into the Cargo.lock file.

The Cargo.lock file previously pulled in v0.22 of the tree-sitter
libraries. At or around v0.23, however, tree-sitter-loader now expects
the package.json file to contain a "tree-sitter" node. This makes
tree-sitter crates before 0.23 incompatible with recent tree-sitter
parser releases.
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.

Error retrieving language configuration: Language not found

1 participant