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: update tree-sitter to 0.22.5 and bump crate to 1.6.0 #19

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cmackenzie1
Copy link

This commit updates the tree-sitter version to 0.22.5 and bumps the crate version to 1.6.0 due to the breaking changes in the tree-sitter API.

This commit updates the tree-sitter version to 0.22.5 and bumps the crate
version to 1.6.0.

All bindings were regenerated using `npm run build`.
c_config
.flag_if_supported("-Wno-unused-parameter")
.flag_if_supported("-Wno-unused-but-set-variable")
.flag_if_supported("-Wno-trigraphs");
let parser_path = src_dir.join("parser.c");
c_config.file(&parser_path);

// If your language uses an external scanner written in C,
Copy link
Author

Choose a reason for hiding this comment

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

Hey @amaanq, would you mind reviewing this draft before I turn it into a PR? I ran npm run build to regenerate the bindings but I see it included a bunch of commented blocks, including some that look like they should be preserved. See https://github.com/tree-sitter-grammars/tree-sitter-capnp/pull/19/files#diff-f1aca5f9358053e570c736ccd84ad4e75fc98048bb3bfbb16fa173d4555f48c5L31-L49

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