Skip to content

Update module golang.org/x/sync to v0.12.0 - #160

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/golang.org-x-sync-0.x
Mar 7, 2025
Merged

Update module golang.org/x/sync to v0.12.0#160
renovate[bot] merged 1 commit into
mainfrom
renovate/golang.org-x-sync-0.x

Conversation

@renovate

@renovaterenovateBot commented Mar 7, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
golang.org/x/syncv0.11.0 -> v0.12.0ageadoptionpassingconfidence

Configuration

📅 Schedule: Branch creation - "* * * * 0,6" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate
renovateBot enabled auto-merge (squash) March 7, 2025 18:26
@renovate

renovateBot commented Mar 7, 2025

Copy link
Copy Markdown
ContributorAuthor

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

PackageChange
go1.24.0 -> 1.24.1

@renovate
renovateBot merged commit a28a5cf into mainMar 7, 2025
@renovate
renovateBot deleted the renovate/golang.org-x-sync-0.x branch March 7, 2025 18:28
bootjp added a commit that referenced this pull request Apr 30, 2026
- Adapters fields are now *Adapter pointers (Gemini #98). Nil ->
excluded, non-nil empty -> included-with-no-scopes, non-nil
populated -> normal. Previous non-pointer struct collapsed both
"excluded" and "included-empty" into the same on-disk shape;
gemini's reference (don't silently drop entries during
serialization) was the right call. Test
TestAdaptersStruct_NilVsEmptyDistinguishedOnDisk covers it.
- KeymapReader.Next now validates the base64-encoded `original`
field at parse time (Codex P1 #179). Previously the JSON parsed
fine and the bad base64 surfaced lazily on Original() — that
defers corruption detection past initial ingest. Test
TestKeymapReader_RejectsMalformedBase64AtParseTime locks in the
parse-time validation.
- ReadManifest now rejects trailing bytes via dec.More() (Codex P2
#194). Two manifests concatenated, garbage tails, partial-write
artifacts: all surface as ErrInvalidManifest. Tests
TestReadManifest_RejectsTrailingBytes and
TestReadManifest_RejectsTrailingNonWhitespace.
- Test name TestKeymapReader_AcceptsBlankLinesByPolicy renamed to
TestKeymapReader_RejectsBlankLines (Gemini #160). The test was
already asserting rejection; only the name was misleading.
Sign up for freeto 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.

0 participants