release: review parentless v1.0.0 main replacement - #5
Closed
shoesCodeFor wants to merge 27 commits into
Closed
shoesCodeFor wants to merge 27 commits into
shoesCodeFor wants to merge 27 commits into
Conversation
Sanitize JSON with comments
* test: improve and add tests with medium sized file
feat: add `Unmarshal` function
* chore(scripts): rename`all-tests` to `test`
No effect on APIs: Sanitize was tested on the right ones
… `/*` * perf: optimize `Unmarshal` replacing `bytes.ContainsRune` with `HasCommentRunes` * test: add benchmarks for data without comment runes * test: skip tests in `benchmark` script
* test: skip redundant benchmarks
Improve `Unmarshal` performance
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4 to 5. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v4...v5) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…s/checkout-4 chore(deps): bump actions/checkout from 3 to 4
…aser/goreleaser-action-5 chore(deps): bump goreleaser/goreleaser-action from 4 to 5
…v/codecov-action-4 chore(deps): bump codecov/codecov-action from 3 to 4
Review-only bridge with the exact tree from parentless candidate dd7e54c. Do not merge this commit; after checks and approval, replace main with the reviewed root commit under the authorized maintenance procedure.
shoesCodeFor
force-pushed
the
dev/v1.0.0-review
branch
from
September 3, 2026 02:38
5fe4880 to
86c192e
Compare
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 is the review and hosted-check surface for the planned parentless v1.0.0 main replacement.\n\nDo not merge this bridge commit with GitHub's normal merge, squash, or rebase buttons. Its tree is byte-for-byte identical to the parentless candidate, but the bridge exists only because GitHub refuses PRs between unrelated histories.\n\nParentless candidate: dd7e54c\nCandidate tree: 504232a968e81e9cf04e403eb098303f21664622\nBridge commit: 86c192e\nScope: 59-file source-only go-jsonc v1.0.0 candidate\n\nAfter review and green checks, main will be replaced with the exact parentless commit using a lease-protected force push during the authorized maintenance window, then branch protection will be restored immediately.\n\nHighlights: intentional Apache-2.0 continuation attribution; JSONC v1 facade and hardening; Go 1.26/1.27 matrix; stable encoding/json/v2 sanitizer interoperation; zero third-party Go dependencies; deterministic fixtures; pinned release supply chain.\n\nRelease status: candidate review only. No v1.0.0 tag, GitHub release, module publication, or artifact distribution is authorized by this PR.