Thread overview
[Issue 19469] File.byLine reuses buffer
Dec 08, 2018
Yuxuan Shui
Dec 08, 2018
Yuxuan Shui
Dec 08, 2018
Seb
May 23, 2019
Yuxuan Shui
December 08, 2018
https://issues.dlang.org/show_bug.cgi?id=19469

Yuxuan Shui <yshuiv7@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
December 08, 2018
https://issues.dlang.org/show_bug.cgi?id=19469

Yuxuan Shui <yshuiv7@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P4                          |P1

--
December 08, 2018
https://issues.dlang.org/show_bug.cgi?id=19469

Seb <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greeenify@gmail.com

--- Comment #1 from Seb <greeenify@gmail.com> ---
The solution is to use byLineCopy.
I think it's to late to change the default. Only the documentation can be
improved.

--
May 23, 2019
https://issues.dlang.org/show_bug.cgi?id=19469

Yuxuan Shui <yshuiv7@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--