Page MenuHomeFreeBSD

nuageinit: Silence luacheck warnings and fix typos
AcceptedPublic

Authored by jlduran on Tue, Oct 21, 1:32 PM.
Tags
None
Referenced Files
F134814844: D53238.diff
Tue, Nov 4, 6:45 PM
Unknown Object (File)
Mon, Nov 3, 5:27 PM
Unknown Object (File)
Thu, Oct 30, 2:41 PM
Unknown Object (File)
Tue, Oct 28, 10:24 AM
Unknown Object (File)
Tue, Oct 28, 10:18 AM
Unknown Object (File)
Tue, Oct 28, 10:16 AM
Unknown Object (File)
Tue, Oct 28, 10:16 AM
Unknown Object (File)
Sat, Oct 25, 6:14 PM
Subscribers

Details

Reviewers
bapt
dtxdf
kevans
Summary

No functional change intended.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 67962
Build 64845: arc lint + arc unit

Event Timeline

jlduran retitled this revision from nuageinit: Silence luacheck warnings to nuageinit: Silence luacheck warnings and fix typos.Tue, Oct 21, 1:39 PM
jlduran edited the summary of this revision. (Show Details)

Seems reasonable to me (from a flua perspective; I defer to bapt for nuageinit in general, of course)

libexec/nuageinit/nuageinit
709–714

We could simplify the whole block like this, fwiw

This revision is now accepted and ready to land.Tue, Oct 21, 2:16 PM
libexec/nuageinit/nuageinit
709–714

I agree. Let's wait from the nuageinit side, if it times out, I'll update the patch with your suggestion.

LGTM and I like @kevans proposal.

libexec/nuageinit/nuageinit
709–714

I fully agree that the proposed syntax is better, I wasn't aware one could do that with lua ;)