Andrew Kelley
bf74827ddb
test-standalone: update more cases to new main API
2026-01-04 00:27:08 -08:00
Andrew Kelley
960c512efd
compiler: update std lib API usage
2026-01-04 00:27:08 -08:00
Andrew Kelley
33e302d67a
update remaining calls to std.Io.Threaded.init
2025-12-23 22:15:12 -08:00
Andrew Kelley
9e3bda5eff
tests: close() -> close(io)
2025-12-23 22:15:08 -08:00
Andrew Kelley
a91c6dc71d
test: std.fs.File -> std.Io.File
2025-12-23 22:15:08 -08:00
Andrew Kelley
46f7e3ea9f
std.Io.Threaded: add ioBasic which disables networking
2025-10-29 06:20:51 -07:00
Sardorbek Imomaliev
6b8cef8107
Fix standalone test simple/cat/main.zig after Writergate update ( #25188 )
...
* 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-09-11 16:43:11 +00:00
Andrew Kelley
79f267f6b9
std.Io: delete GenericReader
...
and delete deprecated alias std.io
2025-08-29 17:14:26 -07:00
Andrew Kelley
d8e26275f2
update standalone and incremental tests to new API
2025-07-07 22:43:53 -07:00
Carl Åstholm
d6ecfa7025
Move "simple" standalone test cases to a new directory
2024-04-07 16:05:54 -07:00