lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> The problem is that if "a" doesn't know what is going on, it will have
> to make "a.*" available.

It does not. There will be an explicit require "a.b" after that require "a".
As Tomas pointed out, a only needs to register in preload its submodules.

-- Roberto