You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
engine: green the CI baseline (HAL-116) — race fix, dep + toolchain bump, lint
- toc_builder: fix the data race in verifyTitlesConcurrent — each goroutine
now accumulates a local Usage and folds it under the mutex, instead of
sharing &localUse across errgroup goroutines (concurrent usage.add writes).
- deps: golang.org/x/net v0.53.0 -> v0.55.0 (GO-2026-5030); add toolchain
go1.25.11 + pin CI go-version (stdlib GO-2026-5039 / GO-2026-5037).
- lint: //lint:ignore U1000 the four staged helpers with reasons; drop the
genuinely-unused idempotencyCache.mu field.
These CI failures were pre-existing (surfaced on PR #35, not caused by the
rename). go build + staticcheck green locally; -race verified in CI.
Closes HAL-116.
0 commit comments