std0
066c8b09c5
Fix amount of files read in UnionFile.Readdir
...
To match behavior of os.File.Readdir, argument c in UnionFile.Readdir
should control amount of files read, not the upper bound of buffered
files.
Fixes #259
2020-08-23 02:36:25 +03:00
Cameron Moore
588a75ec4f
Fix UnionFile.Readdir return when c <= 0
...
Update Readdir to match behavior of stdlib os package.
Fixes #197
2019-03-26 13:07:55 +01:00
Bjørn Erik Pedersen
f4711e4db9
Fix missing bounds checking in UnionFile.Readdir
...
It will now return io.EOF at the end of the directory view.
Fixes #194
2019-01-30 09:29:40 +01:00
Bjørn Erik Pedersen
b6dc11ece0
Make the merge func in UnionFile configureable
2018-04-01 22:57:52 +02:00
Martin Bertschler
473997e418
add test that shows a bug with FileMode not being set for MemMapFs directories, clean up tests
2017-10-03 23:17:35 +02:00
Chris Roche
655d0bd1f1
CacheOnReadFS: erroneous NotExists error
2017-09-04 20:34:40 -07:00
Sotirios Mantziaris
72b3142684
Eliminate go vet warnings
2017-01-09 23:53:20 +01:00
Harsimran Singh Maan
a1903a1b07
Keep gofmt happy
2016-11-22 22:54:07 -08:00
bep
3c51231761
Fix broken Windows tests
...
@spf13 having a CI on Windows is only useful if you actually look at the
build output.
2016-02-15 12:13:46 +01:00
Steve Francia
2ec8b79d61
Make OsFs.Open interoperable with others (with tests confirming)
2016-01-13 16:37:11 -05:00
Steve Francia
969a70f798
test CopyOnWriteFs with OsFs
2016-01-13 12:41:35 -05:00
Steve Francia
5c392cd048
Update filenames to reflect new names
2016-01-11 21:44:01 -05:00