justincormack / ljsyscall

LuaJIT Unix syscall FFI
http://www.myriabit.com/ljsyscall/
Other
440 stars 53 forks source link

syscall.lfs improvement : fix error behavior #228

Open tst2005 opened 6 years ago

tst2005 commented 6 years ago

It fix the case where lfs.dir raise an error (to follow luafilesystem behavior)

tst2005 commented 6 years ago

Please consider the last 2 commit, the 3 first are https://github.com/justincormack/ljsyscall/pull/227