Commit 5fceec3
fix: use Zig 0.15.1 APIs for compatibility with pantry
Replace std.Io.File with std.fs.File, std.Io.File.stdin/stdout/stderr
with std.io.getStdIn/getStdOut/getStdErr, remove io parameter from all
file/dir operations, use writer() instead of writerStreaming().
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix: correct Zig 0.15.1 API usage (std.fs.File.stdin/stdout/stderr)
Use std.fs.File.stdin()/stdout()/stderr() instead of
std.io.getStdIn()/getStdOut()/getStdErr(). Fix ProgressBar.zig
formatting. Use bufPrint + writeAll pattern for output.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
revert: restore Zig 0.16-dev APIs (will upload dev Zig to pantry)
Reverts the 0.15.1 API downgrade. The repos should target 0.16-dev.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix: restore Zig 0.16-dev APIs and use latest from pantry
Revert 0.15.1 API downgrade. CI now installs ziglang.org@latest
which resolves to the 0.16-dev build in the pantry registry.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3688d4e commit 5fceec3
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
0 commit comments