lua-users home
lua-l archive

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


Hi,

1) Following Diego's suggestion, require "a.b" would first require "a".
Unlike his suggestion, however, fails in that require are not silently
ignored. (You can simply add an empty "init.lua" file into directory
"a" to satisfy that require.)

Any reason for this?

[]s,
Diego.