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

Bump tree-sitter to latest master #9317

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Bump tree-sitter to latest master #9317

merged 1 commit into from
Jan 15, 2024

Conversation

the-mikedavis
Copy link
Member

  • query capture names now return &strs rather than Strings
  • the #any-of? predicate is now supported

I've also switched to our fork after fast-forwarding it to the latest master. The plan will be to publish a release to Cargo of our tree-sitter fork (with no changes to the library) right before the next Helix release.

@the-mikedavis the-mikedavis added A-dependencies Area: Dependency S-waiting-on-review Status: Awaiting review from a maintainer. labels Jan 11, 2024
* query capture names now return `&str`s rather than `String`s
* the `#any-of?` predicate is now supported
@archseer archseer merged commit 3011df4 into master Jan 15, 2024
6 checks passed
@archseer archseer deleted the bump-tree-sitter branch January 15, 2024 06:33
hamrik pushed a commit to hamrik/helix that referenced this pull request Jan 27, 2024
* query capture names now return `&str`s rather than `String`s
* the `#any-of?` predicate is now supported
dgkf pushed a commit to dgkf/helix that referenced this pull request Jan 30, 2024
* query capture names now return `&str`s rather than `String`s
* the `#any-of?` predicate is now supported
@woojiq
Copy link
Contributor

woojiq commented Mar 12, 2024

Looks like v22.0 was released several days ago: https://github.com/tree-sitter/tree-sitter/releases
I haven't read the entire changelog, but I think we can use the stable version again.

@the-mikedavis
Copy link
Member Author

We should be able to switch back to upstream. I updated locally but the new msrv is 1.74.1 :/

mtoohey31 pushed a commit to mtoohey31/helix that referenced this pull request Jun 2, 2024
* query capture names now return `&str`s rather than `String`s
* the `#any-of?` predicate is now supported
Vulpesx pushed a commit to Vulpesx/helix that referenced this pull request Jun 7, 2024
* query capture names now return `&str`s rather than `String`s
* the `#any-of?` predicate is now supported
smortime pushed a commit to smortime/helix that referenced this pull request Jul 10, 2024
* query capture names now return `&str`s rather than `String`s
* the `#any-of?` predicate is now supported
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: Dependency S-waiting-on-review Status: Awaiting review from a maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants