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

chore: fix tree sitter version <0.22 to build for m1 and python 3.8 #47

Merged
merged 1 commit into from
May 14, 2024

Conversation

k4black
Copy link
Owner

@k4black k4black commented May 14, 2024

Py-Tree-Sitter in 0.22.0 introduced a breaking change - now languages are installed with pip install tree-sitter-python etc.

This is hotfix version with tree-sitter<0.22 to build it for m1 and 3.8 python, as 0.22 not supports it.

Related #46
Related #45

Copy link

codecov bot commented May 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.27%. Comparing base (da5f185) to head (0336c0b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #47   +/-   ##
=======================================
  Coverage   42.27%   42.27%           
=======================================
  Files          11       11           
  Lines        1696     1696           
=======================================
  Hits          717      717           
  Misses        979      979           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@k4black k4black merged commit 8ddc5cf into main May 14, 2024
28 checks passed
@k4black k4black deleted the hotfix-tree-sitter-0-22 branch May 14, 2024 20:45
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.

1 participant