zig/lib/std/Io
Ryan Liptak 3280fc98f3 Writer: Delete writePreserve/writeAllPreserve
This is one way of partially addressing https://github.com/ziglang/zig/issues/24767

- These functions are unused
- These functions are untested
- These functions are broken
  + The same dangling pointer bug from 6219c015d8 exists in `writePreserve`
  + The order of the bytes preserved in relation to the `bytes` being written can differ depending on unused buffer capacity at the time of the call and the drain implementation.

If there ends up being a need for these functions, they can be fixed and added back.
2025-08-10 19:49:02 -07:00
..
Reader std: remove BoundedArray 2025-08-05 09:56:02 -07:00
counting_reader.zig std: rename io to Io in preparation 2025-07-11 01:16:27 +02:00
DeprecatedReader.zig std: remove BoundedArray 2025-08-05 09:56:02 -07:00
DeprecatedWriter.zig zig std: fix build failures 2025-08-08 17:17:53 -07:00
fixed_buffer_stream.zig std.Io: delete SeekableStream 2025-07-31 22:10:11 -07:00
Reader.zig Merge pull request #24740 from ziglang/http-plus-fixes 2025-08-08 12:33:53 -07:00
test.zig std.Io: remove BufferedWriter 2025-08-08 17:17:53 -07:00
tty.zig std: rename io to Io in preparation 2025-07-11 01:16:27 +02:00
Writer.zig Writer: Delete writePreserve/writeAllPreserve 2025-08-10 19:49:02 -07:00