lua-users home
lua-l archive

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


The main bit I did not understand was the package.loadlib.loaders env.

On 12/3/05, Rici Lake <lua@ricilake.net> wrote:
>
> >  I do not understand why.
>
> The io library uses an [...]

> --> contrast (note that the fenv wouldn't be visible without the debug
> library, which is one of the reasons you shouldn't include the debug
> library in production builds)

I think you will have a problem here. package (module)
uses the debug library, so no debug library means no module().

DB