Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace manually compile tree-sitter-cpp with their Python bindings. #2337

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

Rot127
Copy link
Collaborator

@Rot127 Rot127 commented Apr 26, 2024

Your checklist for this pull request

  • I've documented or updated the documentation of every API function and struct this PR changes.
  • I've added tests that prove my fix is effective or that my feature works (if possible)

Detailed description

tree-sitter/tree-sitter-cpp#250 has been resolved, so we an now use the python bindings of tree-sitter-cpp. And don't have to compile the library on our own.

It also allows to use it beyond tree-sitter-py v0.22.0 (which deprecates the compiling library option).

Test plan

All green

Closing issues

...

@Rot127 Rot127 added this to the v6 milestone Apr 26, 2024
@kabeor kabeor merged commit eb4fc2d into capstone-engine:next Apr 26, 2024
13 checks passed
@Rot127 Rot127 deleted the AS-ts-cpp branch April 26, 2024 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants