Skip to content

chore(deps): upgrade kway-go to v1.0.2#98

Merged
achille-roussel merged 1 commit into
mainfrom
kway-go-v1.0.2
Jul 13, 2026
Merged

chore(deps): upgrade kway-go to v1.0.2#98
achille-roussel merged 1 commit into
mainfrom
kway-go-v1.0.2

Conversation

@achille-roussel

Copy link
Copy Markdown
Contributor

Bumps github.com/achille-roussel/kway-go from v1.0.1 to v1.0.2.

kway is used by storage/merge.go (combining object listings across buckets) and storage/overlay.go (merging layered listings), both via kway.MergeFunc. No source changes were needed — the bump is confined to go.mod/go.sum.

Testing

go build ./... and go test -race ./... both run clean, with two caveats worth calling out:

  • storage/gs/gsclient TestStreamingChunkPool fails, but it fails identically on main. It asserts zero bytes allocated per op and reports ~16 B/op regardless of this change. Pre-existing and unrelated.
  • cmd/t4 TestScripts/serve failed once during the full parallel run (the t4 serve subprocess timed out binding its port under load), then passed 3/3 on re-run. A flake, not a regression.

Everything that actually exercises kway (./storage/..., including merge and overlay) passes under -race.

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@achille-roussel achille-roussel merged commit dfab08a into main Jul 13, 2026
3 checks passed
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