From 94075d45c39fbd73af3fe9c74de0dbd1fa782fce Mon Sep 17 00:00:00 2001 From: Dmitrii Vasilev Date: Wed, 12 Aug 2026 01:59:58 +0700 Subject: [PATCH 1/2] Pin the deduplicated zig-hdc gHashTag/zig-hdc#3 made its duplicated src/vsa/* files re-export one repaired implementation, and its CI is green with the whole public surface analysed. The pin here predates that, so this build was still consuming the copies that carry the five API-drift errors. --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index 65b1e958d7..51d842cd1f 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -12,7 +12,7 @@ }, .zig_hdc = .{ .url = "https://github.com/gHashTag/zig-hdc/archive/main.tar.gz", - .hash = "zig_hdc-0.1.0-6NS2Eoy7FgAFWrBY3anapf1nXxhm6TvPApY3NHoSW8MG", + .hash = "zig_hdc-0.1.0-6NS2Eut8FQBT_V91nPpHjOw-2sQJl8bgzOdpss9lVnPy", }, .zig_golden_float = .{ .url = "https://github.com/gHashTag/zig-golden-float/archive/main.tar.gz", From 05f6bd0fcbd587a82d1999f9522f4d2d8488a2d8 Mon Sep 17 00:00:00 2001 From: Dmitrii Vasilev Date: Wed, 12 Aug 2026 02:08:23 +0700 Subject: [PATCH 2/2] Re-pin golden_float too: the two manifests disagreed zig-hdc pins the repaired golden-float and this one still pinned the archive from before those sixteen defects were fixed, so the fetch reported a hash mismatch rather than a compile error. Both manifests name the same archive now. --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index 51d842cd1f..bf44311177 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -16,7 +16,7 @@ }, .zig_golden_float = .{ .url = "https://github.com/gHashTag/zig-golden-float/archive/main.tar.gz", - .hash = "golden_float-2.1.0-h7LKhQ3lCgBfkjryIT9MnOTWleMQrdrgOIxQOhxqzTVu", + .hash = "golden_float-2.1.0-h7LKhZMGCwBW0FS_zsli6CWxs9d5pElRE1pFFiy3WRSD", }, }, .paths = .{""},