On Tuesday, 23 June 2015 at 18:49:59 UTC, David DeWitt wrote:
On Monday, 22 June 2015 at 20:30:40 UTC, David DeWitt wrote:
I am getting an core.exception.InvalidMemoryOperationError@(0)
auto recs = f // Open for reading
.byLineCopy();
.array; //Here is where is appears
to be happening.
[...]
I have had a chance to try the new phobos. Dealing with the
errors related to:
http://forum.dlang.org/thread/mm1fdo$q5u$1...@digitalmars.com in
debian.
Gonna mess with it some more when I have a chance.
I pulled down the latest version on Github and everything ran
fine.