Skip to content

deps: source zquic from zigstack (release v0.1.2) - #81

Merged
ch4r10t33r merged 1 commit into
mainfrom
chore/zquic-zigstack
Jul 14, 2026
Merged

deps: source zquic from zigstack (release v0.1.2)#81
ch4r10t33r merged 1 commit into
mainfrom
chore/zquic-zigstack

Conversation

@ch4r10t33r

Copy link
Copy Markdown
Collaborator

Points the zquic dependency at github.com/zigstack/zquic — the canonical org home — matching the exact URL + hash that zig-libp2p uses.

Zig deduplicates a diamond dependency only when every consumer pins the identical URL+hash. A downstream (zeam) that depends on both zig-ethp2p and zig-libp2p was getting two separate zquic module instances (error: file exists in modules 'zquic' and 'zquic0') because the two pinned zquic via different org URLs (zigstack vs ch4r10t33r) despite the same content hash. Sharing the zigstack URL lets them resolve to one module (the same way zig_varint already dedupes).

Same content hash as before — no source changes.

Point the zquic dependency at github.com/zigstack/zquic (the canonical org
home), matching the exact URL + hash that zig-libp2p uses. Zig deduplicates a
diamond dependency only when every consumer pins the identical URL+hash, so
sharing the zigstack URL lets a downstream (zeam) that depends on both
zig-ethp2p and zig-libp2p resolve a single zquic module instead of two
colliding ones. Same content hash as before; no source changes.
@ch4r10t33r
ch4r10t33r merged commit 9419e40 into main Jul 14, 2026
7 checks passed
@ch4r10t33r
ch4r10t33r deleted the chore/zquic-zigstack branch July 14, 2026 16:57
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