[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Not able to copy Lua closures between states
- From: Javier Guerra Giraldez <javier@...>
- Date: Thu, 3 Jul 2008 07:28:10 -0500
On Thursday 03 July 2008, Patrick Donnelly wrote:
> Also, I believe you may be looking for a way to share upvalues (that
> is, two Lua functions may use the same upvalue)? I made a patch
> recently that allows you to do this
the difference is that in Asko's case these two functions are in different
spaces, so he's trying to replace one's upvalues with proxy (userdata)
objects.
of course, part of the problem is similar, so i guess your code is a good
starting place.
--
Javier
Attachment:
signature.asc
Description: This is a digitally signed message part.