github / stack-graphs

Rust implementation of stack graphs
https://docs.rs/stack-graphs/*/stack_graphs/
Apache License 2.0
717 stars 122 forks source link

Release new version of tree-sitter-stack-graphs-python & tree-sitter-stack-graphs-typescript #450

Closed nohehf closed 1 week ago

nohehf commented 1 week ago

Hello @hendrikvanantwerpen, I think it would be nice to release new versions of tree-sitter-stack-graphs-python and tree-sitter-stack-graphs-typescript, as there is now a large diff with the main branch, including important fixes:

Also, I think it would be nice releasing a new version of tree-sitter-typescript beforehand, to benefit form fixes, including https://github.com/tree-sitter/tree-sitter-typescript/pull/301

Thank you !

hendrikvanantwerpen commented 1 week ago

Good idea, I'm preparing some new releases in #451.

Also, I think it would be nice releasing a new version of tree-sitter-typescript beforehand, to benefit form fixes, including https://github.com/tree-sitter/tree-sitter-typescript/pull/301.

Unfortunately, we cannot update to a new version of tree-sitter just yet. Therefore we cannot depend on new tree-sitter-typescript releases yet, because they bumped their required tree-sitter version. (The reasons are somewhat technical and the next tree-sitter release will hopefully make us more flexible in which tree-sitter versions we use.)