Skip to content

Conversation

@cgwalters
Copy link
Collaborator

@cgwalters cgwalters commented Feb 1, 2026

Switch from a Vec of spawned JoinHandles to JoinSet, which ensures
tasks are cancelled if the function exits early (error, panic, etc.).
Track original layer index in task results and sort before adding
stream references to maintain deterministic ordering.

Assisted-by: OpenCode (Claude claude-opus-4-5-20250514)

@cgwalters cgwalters force-pushed the fix-import-ordering branch from bc6d9b2 to 43aa952 Compare February 1, 2026 18:53
@cgwalters cgwalters changed the title skopeo: Fix layer reference ordering in config splitstream skopeo: Use JoinSet for structured concurrency in layer pulls Feb 1, 2026
Switch from a Vec of spawned JoinHandles to JoinSet, which ensures
tasks are cancelled if the function exits early (error, panic, etc.).
Track original layer index in task results and sort before adding
stream references to maintain deterministic ordering.

Assisted-by: OpenCode (Claude claude-opus-4-5-20250514)
Signed-off-by: Colin Walters <walters@verbum.org>
@cgwalters cgwalters force-pushed the fix-import-ordering branch from 43aa952 to 6100260 Compare February 1, 2026 18:54
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