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)
Mon, Nov 3, 5:41 PM
Unknown Object (File)
Mon, Nov 3, 5:41 PM
Unknown Object (File)
Mon, Nov 3, 5:41 PM
Unknown Object (File)
Mon, Nov 3, 12:46 PM
Unknown Object (File)
Oct 2 2025, 9:59 PM
Unknown Object (File)
Sep 12 2025, 9:56 AM
Unknown Object (File)
Aug 8 2025, 8:55 AM
Unknown Object (File)
Aug 3 2025, 3:59 AM
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