www.ziglang.org icon indicating copy to clipboard operation
www.ziglang.org copied to clipboard

0.15.2 standard library docs don't include changes made in 0.15.2

Open squeek502 opened this issue 2 months ago • 0 comments

For example, takeDelimiterExclusive has the 0.15.1 doc comment and source code:

https://ziglang.org/documentation/0.15.2/std/#std.Io.Reader.takeDelimiterExclusive

https://github.com/ziglang/zig/blob/3db960767d12b6214bcf43f1966a037c7a586a12/lib/std/Io/Reader.zig#L786-L815

instead of the 0.15.2:

https://github.com/ziglang/zig/blob/e4cbd752c8c05f131051f8c873cff7823177d7d3/lib/std/Io/Reader.zig#L796-L819

squeek502 avatar Oct 17 '25 03:10 squeek502