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)
Wed, Sep 2, 9:21 AM
Unknown Object (File)
Mon, Aug 24, 4:54 PM
Unknown Object (File)
Mon, Aug 24, 6:36 AM
Unknown Object (File)
Fri, Aug 14, 7:53 PM
Unknown Object (File)
Fri, Aug 14, 7:53 PM
Unknown Object (File)
Fri, Aug 14, 7:51 PM
Unknown Object (File)
Fri, Aug 14, 7:16 PM
Unknown Object (File)
Thu, Aug 13, 9:05 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