Page MenuHomeFreeBSD

nuageinit: Silence luacheck warnings and fix typos
AcceptedPublic

Authored by jlduran on Tue, Oct 21, 1:32 PM.
Tags
None
Referenced Files
F133010432: D53238.id164691.diff
Wed, Oct 22, 1:10 AM
F133009295: D53238.id164691.diff
Wed, Oct 22, 12:56 AM
F133001037: D53238.id.diff
Tue, Oct 21, 11:13 PM
F132997709: D53238.id164689.diff
Tue, Oct 21, 10:35 PM
F132993352: D53238.id164689.diff
Tue, Oct 21, 9:47 PM
F132991860: D53238.id.diff
Tue, Oct 21, 9:28 PM
F132987688: D53238.diff
Tue, Oct 21, 8:40 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 ;)