Implement the 9.1 roadmap: sync-path UDFs, JS virtual tables, changeset rebasing, ergonomics parity, tag store, compat shim and query spans - #22
Merged
Conversation
…et rebasing, ergonomics parity, tag store, compat shim and query spans
added 2 commits
September 13, 2026 23:24
The two GC leak tests (unclosed-connection collection, dropped values()-generator collection) failed on every CI runner while passing locally: setup-node's '24' resolves to Node 24.21+, which styles console.log(<number>) output with ANSI escapes whenever color output is forced — and it is forced under pnpm/CI. execFileSync captured '\x1b[33m19\x1b[39m' from the child, Number() of that is NaN, and NaN >= 19 failed while the log rendered a deceptively clean '19'. The children now print String(collected) (strings print verbatim) and the parents parse the digit run from the output, so styling can never reach the comparison. The leak checks themselves were passing all along — 19 of 20, with the 20th held by the loop body by design. Verified on Node 24.21.0 in an ubuntu-22.04 container with FORCE_COLOR=1 and CI=true: full suite 1012 tests, 0 failures.
The PR dry-run publish gate fails while package.json still says 9.0.2:
the content no longer matches the published 9.0.2 tarball, so npm
refuses ('You cannot publish over the previously published versions').
Everything in this PR is already documented @SInCE 9.1.0.
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.
No description provided.