Page MenuHomeFreeBSD

Lua lfs.attributes: Provide a more consistent error return
ClosedPublic

Authored by cem on Feb 20 2018, 5:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 19, 5:14 PM
Unknown Object (File)
Tue, Nov 19, 1:25 PM
Unknown Object (File)
Mon, Nov 18, 10:05 AM
Unknown Object (File)
Sun, Nov 17, 7:38 AM
Unknown Object (File)
Sun, Nov 17, 5:39 AM
Unknown Object (File)
Sep 8 2024, 12:28 PM
Unknown Object (File)
Sep 8 2024, 2:31 AM
Unknown Object (File)
Sep 7 2024, 1:34 PM
Subscribers
None

Details

Summary

In remaining error case, return 3-tuple consistent with the other error return
case.

Document how to invoke lfs.attributes() and detect/decode error return in
example comments.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

+1 for consistency; it also feels like we should expose errno constants somewhere to lua, because that doesn't seem to be a thing at the moment.

This revision is now accepted and ready to land.Feb 20 2018, 6:18 PM
This revision was automatically updated to reflect the committed changes.

+1 for consistency; it also feels like we should expose errno constants somewhere to lua, because that doesn't seem to be a thing at the moment.

+1