fix(deps): update module github.com/odvcencio/gotreesitter to v0.42.0#213
Merged
omarluq merged 1 commit intoJul 19, 2026
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #213 +/- ##
=======================================
Coverage 84.52% 84.52%
=======================================
Files 311 311
Lines 28086 28086
=======================================
+ Hits 23739 23741 +2
+ Misses 2997 2995 -2
Partials 1350 1350
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/github.laiyagushi.com-odvcencio-gotreesitter-0.x
branch
from
July 18, 2026 22:04
89417f3 to
09db573
Compare
renovate
Bot
force-pushed
the
renovate/github.laiyagushi.com-odvcencio-gotreesitter-0.x
branch
from
July 19, 2026 11:02
09db573 to
f4391d6
Compare
|
omarluq
deleted the
renovate/github.laiyagushi.com-odvcencio-gotreesitter-0.x
branch
July 19, 2026 17:33
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
v0.39.0→v0.42.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
odvcencio/gotreesitter (github.com/odvcencio/gotreesitter)
v0.42.0: — parser efficiency and representative PGOCompare Source
v0.42.0 banks the latest authenticated parser-efficiency tranche while preserving 206/206 grammar parity.
Highlights:
Scoped receipts include a 4.19% equal-fixture geomean improvement in compact canonical parse plus public-node materialization, 24.62% and 40.99% aggregate wall-time reductions in the certified Crystal and Matlab retry corpora, and a 4.01% selected-store geomean improvement from the refreshed PGO profile versus the previous profile. The existing production PGO workload remains statistically indistinguishable.
The compact selected-store measurements remain diagnostic and are not presented as public Parser.Parse throughput. See the changelog for exact gates, corpus sizes, oracle relations, and caveats.
v0.41.0Compare Source
GoTreesitter v0.41.0 banks the accumulated correctness, tooling, and performance work since the v0.40.0 tag.
Highlights:
The compact-parser result remains diagnostic rather than a public
Parser.Parseclaim. The public fresh materialized production baseline remains documented separately inBENCH.md.See the v0.41.0 changelog and benchmark receipts for the full support boundaries and authenticated artifact hashes.
v0.40.0Compare Source
A byte-identical performance release, plus a security guard and an incremental-correctness fix. Every performance change is verified byte-for-byte identical to the C tree-sitter oracle across the 206-grammar parity suite.
Performance
On the forest-path grammars (C#, Bash, CMake) these compound to roughly a 30% wall-clock reduction with ~95% less allocation:
runtime.duffcopyper compare); ~14% wall-clock.Security
-Allquantifier matchers now charge a per-execution work budget, bounding worst-case combinatorial blow-up on adversarial query/source pairs. Surfaced viaCursor.DidExceedMatchLimit, configurable withSetMatchWorkBudget(default 1,000,000).Fixed
ERRORnodes on common edits such as deleting the whitespace between two identifiers (e.g. Clojure(a b)→(ab)). Verified byte-identical to a fresh parse across the C-oracle incremental parity harness.Known issues (pre-existing, not regressions)
javascript/jquery.js under the non-defaultGTS_FOREST_INCR=1mode.The v0.39.0 authenticated cross-suite receipt remains the published performance baseline; a re-measured v0.40.0 receipt is pending.
Full changelog: odvcencio/gotreesitter@v0.39.0...v0.40.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.