Skip to content

fix(main/tree-sitter): Use same tree-sitter version for host #24987

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

Merged
merged 2 commits into from
Jun 7, 2025

Conversation

Biswa96
Copy link
Member

@Biswa96 Biswa96 commented Jun 7, 2025

Biswa96 added 2 commits June 7, 2025 07:08
This fixes the following error.
This version of Tree-sitter can only generate parsers with ABI version 13 - 14, not 15
@Biswa96
Copy link
Member Author

Biswa96 commented Jun 7, 2025

This will break auto-updating tree-sitter, need proper logic.

Copy link
Member

@TomJo2000 TomJo2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's fine for now, I'll add the needed auto-update logic when I get home.

@TomJo2000 TomJo2000 merged commit c5bff0d into termux:master Jun 7, 2025
9 checks passed
@truboxl
Copy link
Contributor

truboxl commented Jun 7, 2025

This means you need to pull tree-sitter-cross-tools to build tree-sitter-lua

@Biswa96
Copy link
Member Author

Biswa96 commented Jun 7, 2025

This means you need to pull tree-sitter-cross-tools to build tree-sitter-lua

Do you mean to add tree-sitter-cross-tools in BUILD_DEPENDS?

@Biswa96 Biswa96 deleted the tree-sitter branch June 7, 2025 13:07
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.

Auto update failing for tree-sitter-lua
3 participants