py-tree-sitter icon indicating copy to clipboard operation
py-tree-sitter copied to clipboard

Python bindings to the Tree-sitter parsing library

Results 56 py-tree-sitter issues
Sort by recently updated
recently updated
newest added

See conan-io/conan#2638 Closes #340

It is possible to crash tree-sitter when many captures are sorted. Valgrind output;: ``` ==7579== Invalid read of size 4 ==7579== at 0x75BA4D8: ts_query_end_byte_for_pattern (query.c:2887) ==7579== by 0x75A54D4: query_end_byte_for_pattern (query.c:699)...

Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.23 to 3.0 Release notes Sourced from pypa/cibuildwheel's releases. v3.0.0 See @​henryiii's release post for more info on new...

dependencies

Windows is being weird again. When running a single test file, the process exits with code `0` as expected. But with multiple files, it exits with `-1073740791`, despite all of...

help wanted

I want to build a call graph using tree-sitter. While doing so, I encountered an issue that building a tree out of the `body` part of a `class_definition` doesn't work....