Skip to content

fix(deps): update module github.com/odvcencio/gotreesitter to v0.25.0#197

Merged
omarluq merged 1 commit into
mainfrom
renovate/github.com-odvcencio-gotreesitter-0.x
Jul 11, 2026
Merged

fix(deps): update module github.com/odvcencio/gotreesitter to v0.25.0#197
omarluq merged 1 commit into
mainfrom
renovate/github.com-odvcencio-gotreesitter-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/odvcencio/gotreesitter v0.22.5v0.25.0 age confidence

Release Notes

odvcencio/gotreesitter (github.com/odvcencio/gotreesitter)

v0.25.0: — performance, memory, and runtime hygiene

Compare Source

v0.25.0 banks the first post-correctness performance and repository-hygiene tranche.

Highlights:

  • Pending-parent child entries now carry exact packed field metadata, and GSS dedupe verifies pending descendants recursively instead of trusting coarse hashes.
  • Java large-file accepted-error retries are exact-blob certified: the useful cap-16 merge pass remains, while two redundant cap-64 passes are skipped. The rebased DLBF witness improved wall time by 21.3%, with identical Go output and non-regressive realistic RSS.
  • Current main re-certifies the 3,447,275-byte Poppler witness with exact deep C parity and a clean hard-2GiB run at 1,708,712 KiB max RSS.
  • Retired zero-only no_alias telemetry and two test-only wrappers are removed.

Compatibility note:
This minor release intentionally removes the exported zero-only ReduceChildNoAlias and related ArenaBreakdown and PerfCounters fields. They had no production producer and always reported zero.

Still open:
Poppler remains 3.50x C, and JavaScript remains pending on throughput. Profiling identifies rejected full-node construction as the next memory lever; the existing pending/transient coexistence modes are not suitable replacements.

v0.24.1: — performance contract and hygiene

Compare Source

What's Changed

Full Changelog: odvcencio/gotreesitter@v0.24.0...v0.24.1

v0.24.0: — JavaScript parity and memory economy

Compare Source

What's Changed

Full Changelog: odvcencio/gotreesitter@v0.23.1...v0.24.0

v0.23.1: — generator throughput and certification

Compare Source

This patch release banks the generator work that landed immediately after the exhaustive-parity milestone.

Highlights:

  • one deterministic blob encoder now serves the runtime, grammargen, and ts2go paths, including stable trailer-map ordering and large-state GOTO preservation
  • bounded on-the-fly LALR item-set merging replaces merge-history expansion for recursive heredoc extras
  • Ruby completes its locked pipeline at 11,915 states with exact parity
  • Crystal completes its locked pipeline at 14,471 states with exact parity, while its broader measured gaps remain explicit
  • C# generation plus the pinned real-corpus test completes in 39.38 seconds where the exact base still times out after five minutes; CGo parity remains 20/20

Crystal is not presented as corpus-complete: direct-C visibility is currently 16/20 no-error and 11/20 exact, and the aggressive corpus remains 10/26 exact. Those floors are now visible and ratchetable rather than hidden.

v0.23.0: — exhaustive parity closure

Compare Source

This release banks the landmark exhaustive-parity closure: the curated structural matrix is 206/206 passing with zero known-degraded structural or no-error exemptions.

Highlights:

  • closes the final Norg alias-target divergences and ratchets the exemption lists to zero
  • fixes nested terminal aliases and punctuation-prefixed literals in word grammars
  • preserves Python external-token whitespace state so immediate escapes are not suppressed
  • aligns Doxygen, JSDoc, HCL, and COBOL recovery/scanner behavior with the C oracle
  • refreshes Wave 3 performance evidence and keeps the remaining JavaScript, Scala, and other cliffs explicit

This is a correctness milestone, not a claim of universal near-C performance. The remaining throughput and memory work stays visible in the checked-in performance ledger.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov

codecov Bot commented Jul 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.60%. Comparing base (a5a60e1) to head (28240d0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #197   +/-   ##
=======================================
  Coverage   83.60%   83.60%           
=======================================
  Files         287      287           
  Lines       23363    23363           
=======================================
  Hits        19533    19533           
+ Misses       2663     2661    -2     
- Partials     1167     1169    +2     
Flag Coverage Δ
unittests 83.60% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot force-pushed the renovate/github.com-odvcencio-gotreesitter-0.x branch from 08c53af to 19b05f2 Compare July 11, 2026 12:48
@renovate renovate Bot changed the title fix(deps): update module github.com/odvcencio/gotreesitter to v0.23.1 fix(deps): update module github.com/odvcencio/gotreesitter to v0.24.0 Jul 11, 2026
@renovate renovate Bot force-pushed the renovate/github.com-odvcencio-gotreesitter-0.x branch from 19b05f2 to 28240d0 Compare July 11, 2026 16:45
@renovate renovate Bot changed the title fix(deps): update module github.com/odvcencio/gotreesitter to v0.24.0 fix(deps): update module github.com/odvcencio/gotreesitter to v0.25.0 Jul 11, 2026
@sonarqubecloud

Copy link
Copy Markdown

@omarluq omarluq merged commit 5ccad14 into main Jul 11, 2026
15 checks passed
@omarluq omarluq deleted the renovate/github.com-odvcencio-gotreesitter-0.x branch July 11, 2026 17:21
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.

1 participant