Steve Francia
|
300870a2d5
|
pausing during modtime test so darwin passes
|
2016-01-11 13:42:25 -05:00 |
Martin Bertschler
|
9d27152292
|
try to speed up test on unix systems
|
2016-01-07 11:52:33 +01:00 |
Hanno Hecker
|
bb3fe39966
|
set modtime on any write
|
2016-01-04 19:34:24 +01:00 |
Martin Bertschler
|
f0b9fc1bdb
|
Implement and test read only MemMapFs file handles
Fixes #53
|
2016-01-04 01:54:48 +01:00 |
Martin Bertschler
|
7096d68458
|
mem.File is now mem.FileData and mem.File is a file handle with a pointer to a mem.FileData
|
2016-01-03 23:59:42 +01:00 |
Martin Bertschler
|
7b991cb257
|
add a test that fails if MemMapFs has the same `at` counter for multiple file objects
|
2016-01-03 22:11:08 +01:00 |
Martin Bertschler
|
98ed0a3409
|
return improved errors from MemMapFs methods
MemMapFs.Mkdir now returns an error if the file or dir already exists
MemMapFs.Remove now returns an error if the file or dir doesn't exists
fixes #43
|
2015-12-20 22:09:09 +01:00 |
Steve Francia
|
943d877c43
|
Fix remaining Windows bugs and tests
|
2015-12-09 15:37:15 -05:00 |
Steve Francia
|
3a224e9827
|
Normalize Paths so "/boo/" and "/boo" are the same
|
2015-12-03 09:45:14 -05:00 |