mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
49a258c0e0
Previously, each message requires an unseekable error to be returned from a syscall before proceeding. Ideally, the code would just pass around `*std.Io.Writer` instead of `std.Io.File` in the first place, but even then, you could argue for saving a syscall with `writerStreaming`.