[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Lanes with package.preload and package.loader
- From: Benoit Germain <bnt.germain@...>
- Date: Sun, 13 Nov 2011 12:50:27 +0100
2011/11/13 Greg <tghill@hotmail.com>:
>
> Is it possible to use Lua Lanes with package.preload and package.loader values.
> It seems like custom values for package.path and package.cpath are copied to
> the new lua instances and keeper objects. I would like package.preload and
> package.loader values to transfer as well but I'm not sure how to do it.
>
Sure. I'll have to add support to it. With package.path and
package.cpath, one can either say nothing, and Lanes will use the
current values, or override them in the new lane.
I suppose I'll have to add something similar.
--
Benoit.