-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Pin tree-sitter to the 0.20.10 release #8396
Conversation
Sorry for my ignorance, but doesn't this mean the new Helix release will have an inferior 6 month old version of tree sitter? This Helix version will be the version the vast majority of people will be using for the next 3 or so months, so it would be quite a big deal? |
The only issue I know of with 0.20.10 that affects us is #7689 so I don't see this being a big deal |
And we have been blocking the helix release on TS releasing for close to two months now. At some point, we just have to stop waiting. Once TS releases its next version we can do a patch release. |
tree-sitter/tree-sitter#2669 (comment)
|
Now a month ago. We can't wait any longer so we'll merge this revert |
We only reverted so that the latest release would use a stable tree-sitter version hosted on crates.io. We do want the improvements on nightly. This reverts commit 2ebcc4d.
We only reverted so that the latest release would use a stable tree-sitter version hosted on crates.io. We do want the improvements on nightly. This reverts commit 2ebcc4d.
We only reverted so that the latest release would use a stable tree-sitter version hosted on crates.io. We do want the improvements on nightly. This reverts commit 2ebcc4d.
We only reverted so that the latest release would use a stable tree-sitter version hosted on crates.io. We do want the improvements on nightly. This reverts commit 2ebcc4d.
We only reverted so that the latest release would use a stable tree-sitter version hosted on crates.io. We do want the improvements on nightly. This reverts commit 2ebcc4d.
We only reverted so that the latest release would use a stable tree-sitter version hosted on crates.io. We do want the improvements on nightly. This reverts commit 2ebcc4d.
Packagers downstream sometimes struggle with git dependencies so we want to switch to the published crate for the 23.09 (Helix) release. We can revert this and update the pinned commit after the release.