Merge pull request #24523 from ziglang/fifno

std.tar: update to new I/O API
This commit is contained in:
Andrew Kelley
2025-07-23 10:02:52 +02:00
committed by GitHub
21 changed files with 1058 additions and 1475 deletions

View File

@@ -390,15 +390,6 @@ set(ZIG_STAGE2_SOURCES
lib/std/Io.zig
lib/std/Io/Reader.zig
lib/std/Io/Writer.zig
lib/std/Io/buffered_atomic_file.zig
lib/std/Io/buffered_writer.zig
lib/std/Io/change_detection_stream.zig
lib/std/Io/counting_reader.zig
lib/std/Io/counting_writer.zig
lib/std/Io/find_byte_writer.zig
lib/std/Io/fixed_buffer_stream.zig
lib/std/Io/limited_reader.zig
lib/std/Io/seekable_stream.zig
lib/std/Progress.zig
lib/std/Random.zig
lib/std/Target.zig