lua-users home
lua-l archive

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


Mike Pall wrote:
Luiz Henrique de Figueiredo wrote:
You have to clear registry._LOADED, too.
package.loaded...

Nope. He didn't load the package library, so he has to get the
table from the registry.

Ahhh! I was looking in _G[] for LOADED, not the registry[] table.

Maybe an extra cup of coffee in the morning would help...

Thanks!

Ralph