Andrew Kelley d83d79c032 std.Io.Reader: rework peekDelimiterInclusive
Now it's based on calling fillMore rather than an illegal aliased stream
into the Reader buffer.

This commit also includes a disambiguation block inspired by #25162. If
`StreamTooLong` was added to `RebaseError` then this logic could be
replaced by removing the exit condition from the while loop. That error
code would represent when `buffer` capacity is too small for an
operation, replacing the current use of asserts.
2025-10-08 19:30:36 -07:00
..
2025-08-31 12:49:18 -07:00
2025-09-29 22:53:06 +02:00
2025-08-30 06:36:41 +02:00
2025-08-30 06:36:40 +02:00
2025-08-30 06:36:41 +02:00
2025-08-30 06:36:41 +02:00
2025-08-29 17:14:26 -07:00
2025-09-30 13:44:56 +01:00