core.exception.InvalidMemoryOperationError@(0) on File Reading.

David DeWitt via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jun 24 16:04:43 PDT 2015


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.


More information about the Digitalmars-d-learn mailing list