| #
f2b32f47 |
| 20-Feb-2018 |
Conrad Meyer <[email protected]> |
Lua lfs.attributes: Provide a more consistent error return
In the remaining error case, return a 3-tuple consistent with the other error return case.
Document how to invoke lfs.attributes() and det
Lua lfs.attributes: Provide a more consistent error return
In the remaining error case, return a 3-tuple consistent with the other error return case.
Document how to invoke lfs.attributes() and detect/decode error return in example comments.
Reviewed by: kevans Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D14451
show more ...
|
| #
77d4be50 |
| 18-Feb-2018 |
Conrad Meyer <[email protected]> |
Lua loader: Add barebones "lfs" module
Add a Lua FileSystem module, an emulation of a subset of the permissively licensed (MIT) Lua library of the same name[0], to our loader's Lua environment.
[0]
Lua loader: Add barebones "lfs" module
Add a Lua FileSystem module, an emulation of a subset of the permissively licensed (MIT) Lua library of the same name[0], to our loader's Lua environment.
[0]: https://github.com/keplerproject/luafilesystem/
Reviewed by: kevans Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D14418
show more ...
|