Add TODO for mod.require

This commit is contained in:
Lars Mueller 2022-09-30 12:45:15 +02:00
parent a4118e04fe
commit cefa8e64b9

@ -58,6 +58,8 @@ function init(modname)
extend(modname, "main")
end
-- TODO `require` relative to current mod
local warn_parent_leaf = "modlib: setting %s used both as parent setting and as leaf, ignoring children"
local function build_tree(dict)
local tree = {}