justincormack / ljsyscall

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

support atable for lfs.attributes(path, [aname|atable]) #213

Closed tst2005 closed 6 years ago

tst2005 commented 6 years ago

support for

lfs.attributes(foo, "mode")
lfs.attributes(foo, {"mode"})
lfs.attributes(foo, {"mode", "uid", "gid"})
tst2005 commented 6 years ago

The emulated behavior is wrong. I missread and change the LFS documentation : see this issue / PR. I will make a new PR soon ...