aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/simple/cat
AgeCommit message (Collapse)Author
5 daysupdate remaining calls to std.Io.Threaded.initAndrew Kelley
5 daystests: close() -> close(io)Andrew Kelley
5 daystest: std.fs.File -> std.Io.FileAndrew Kelley
2025-10-29std.Io.Threaded: add ioBasic which disables networkingAndrew Kelley
2025-09-11Fix standalone test simple/cat/main.zig after Writergate update (#25188)Sardorbek Imomaliev
* Make cat in test/standalone/simple working again - Fixes: zig/0.15.1/lib/zig/std/Io/Writer.zig:939:11: 0x1049aef63 in sendFileAll (nclip) assert(w.buffer.len > 0); - because we are no using non zero buffers for stdout - "do not forget to flush" * replace std.fs with fs because we are already importing it
2025-08-29std.Io: delete GenericReaderAndrew Kelley
and delete deprecated alias std.io
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2024-04-07Move "simple" standalone test cases to a new directoryCarl Ã…stholm