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

fix(bindings): replace bundled node_modules with upstream bindings, CI #16

Merged
merged 1 commit into from
Jun 15, 2024
Merged

fix(bindings): replace bundled node_modules with upstream bindings, CI #16

merged 1 commit into from
Jun 15, 2024

Conversation

clason
Copy link
Contributor

@clason clason commented Jun 15, 2024

Problem: The tracked node_modules contain a symlink that prevents a downloaded archive to be extracted on Windows (which doesn't allow symlinks for non-admin accounts).

Solution: Remove node_modules and update bindings with latest tree-sitter CLI 0.22.6. Also use official upstream workflow.

Fixes #15

@clason
Copy link
Contributor Author

clason commented Jun 15, 2024

@gbprod let me know if the new default bindings are overkill and you only want some (or none) of them.

@gbprod
Copy link
Owner

gbprod commented Jun 15, 2024

Looks great!👍👍
Thanks !

Problem: The tracked `node_modules` contain a symlink that prevents a
downloaded archive to be extracted on Windows (which doesn't allow
symlinks for non-admin accounts).

Solution: Remove `node_modules` and update bindings with latest
tree-sitter CLI 0.22.6. Also use official upstream workflow.
@clason
Copy link
Contributor Author

clason commented Jun 15, 2024

Moved the corpus under test (where tree-sitter now expects it)

@gbprod gbprod merged commit 085648e into gbprod:main Jun 15, 2024
3 checks passed
@clason clason deleted the fix/symlink branch June 15, 2024 17:13
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.

Remove symlinks
2 participants