Did you check existing issues?
Tree-Sitter CLI Version, if relevant (output of tree-sitter --version)
tree-sitter 0.25.9 (a467ea8502d95562171f97953a6dc5b2a8622609)
Describe the bug
Currently, the main branch uses Tree-sitter v0.25.9. However, adding support for a new language may introduce compatibility issues with other languages currently used in GritQL.
Because it would be hard to upgrade all othere language submoduels 's tree-sitter version.
Are there any plans to maintain another branch that uses the older Tree-sitter version?
Steps To Reproduce/Bad Parse Tree
- open the gritql repository.
- checkout the tree-sitter-gritql to main branch.
- build the gritql
- run the
list command, got the error
Expected Behavior/Parse Tree
It should run correctly without any exception.
Repro
Did you check existing issues?
Tree-Sitter CLI Version, if relevant (output of
tree-sitter --version)tree-sitter 0.25.9 (a467ea8502d95562171f97953a6dc5b2a8622609)
Describe the bug
Currently, the main branch uses Tree-sitter v0.25.9. However, adding support for a new language may introduce compatibility issues with other languages currently used in GritQL.
Because it would be hard to upgrade all othere language submoduels 's tree-sitter version.
Are there any plans to maintain another branch that uses the older Tree-sitter version?
Steps To Reproduce/Bad Parse Tree
listcommand, got the errorExpected Behavior/Parse Tree
It should run correctly without any exception.
Repro