K 10 svn:author V 6 kevans K 8 svn:date V 27 2018-03-31T23:49:00.660909Z K 7 svn:log V 509 lualoader: Don't assume that {module}_load is set The previous iteration of this assumed that {module}_load was set. In the old world order of default loader.conf(5), this was probably a safe assumption given that we had almost every module explicitly not-loaded in it. In the new world order, this is no longer the case, so one could delete a _load line inadvertently while leaving a _name, _type, _flags, _before, _after, or _error. This would have caused a confusing Lua error and borked module loading. END