[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Replacement for luaL_openlib in Lua 5.1
- From: David Burgess <dburgess@...>
- Date: Sat, 3 Dec 2005 17:07:26 +1100
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