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

Only allows patches of Tree-sitter dependency #354

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

simonbs
Copy link
Owner

@simonbs simonbs commented Feb 28, 2024

As discovered by Pasi Salenius, Tree-sitter 0.21.0 moves the lib/include/tree_sitter/parser.h to the src folder, making the TSLanguage definition unavailable to Runestone.

This is a breaking change that I'll need time to look into how we can address best. My intuition is that we need to modify the Package.swift manifest of the Tree-sitter package to expose the parser.h.

In the mean time, Runestone will stay on Tree-sitter 0.20.x.

@simonbs simonbs self-assigned this Feb 28, 2024
@simonbs simonbs merged commit 5540387 into main Feb 28, 2024
8 checks passed
@simonbs simonbs deleted the enhancement/allows-patches-of-tree-sitter-only branch February 28, 2024 08:25
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.

None yet

1 participant