apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Era cannot cope with empty files #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Era IDE throws an error when attempting to open a 0-length file, due to its 
reliance on MapViewOfFile which does not support empty files. Write 
special-case logic to handle this.

Original issue reported on code.google.com by don.ap...@gmail.com on 10 Jul 2011 at 3:26

GoogleCodeExporter commented 9 years ago
Assigned to Release 12.

Original comment by don.ap...@gmail.com on 2 Apr 2012 at 4:12

GoogleCodeExporter commented 9 years ago
Fixed in trunk.

Original comment by don.ap...@gmail.com on 13 Apr 2012 at 9:31