foreach(line; f.byLine) produces core.exception.InvalidMemoryOperationError@(0) in 2.067 but not 2.066

Martin Krejcirik via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Sep 15 07:18:44 PDT 2015


On Tuesday, 15 September 2015 at 13:56:37 UTC, Andrwe Brown wrote:
> I'm trying to read a file line by line, and I get a 
> core.exception.InvalidMemoryOperationError@(0), even after

https://issues.dlang.org/show_bug.cgi?id=13856

Try DMD 2.068, it has got fixed byLine implementation.




More information about the Digitalmars-d-learn mailing list