svn commit: r329692 - head/stand/lua

Kyle Evans kevans at freebsd.org
Wed Feb 21 02:40:56 UTC 2018


On Tue, Feb 20, 2018 at 8:35 PM, Kyle Evans <kevans at freebsd.org> wrote:
> Author: kevans
> Date: Wed Feb 21 02:35:13 2018
> New Revision: 329692
> URL: https://svnweb.freebsd.org/changeset/base/329692
>
> Log:
>   lualoader: Bring in local.lua module if it exists
>
>   Provide a way for out-of-tree users of lualoader to patch into the loader
>   system without having to modify our distributed scripts.
>
>   Do note that we can't really offer any API compatibility guarantees at this
>   time due to the evolving nature of lualoader right now.
>
>   This still has some utility as local modules may add commands at the loader
>   prompt without relying heavily on lualoader features- this specific
>   functionality is less likely to change without more careful consideration.
>
>   Reviewed by:  cem (earlier version)
>   Differential Revision:        https://reviews.freebsd.org/D14439
>

Some discussion from the review that I meant to add here:

I imagine this being used for more cosmetic changes, rather than
functional changes. Situations like other projects wishing to modify
logo/brand availability or adding custom menu options without
maintaining a full fork of lualoader.

At some point, progress will slow down and we'll be able to figure out
what we can guarantee API wise. Documentation will also come, probably
sooner rather than later.


More information about the svn-src-all mailing list