[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: closures and lua_atpanic
- From: roberto@... (Roberto Ierusalimschy)
- Date: Thu, 14 Jun 2007 19:06:38 -0300
> What I am asking ... it is possible to have nevertheless an upvalue
> with the panic function or is it hopeless ? If it is, can I ask the Lua
> developers if they can consider this issue for the next Lua release.
You can put your "upvalue" in the registry, with any known-unique key,
so that the panic function can get it from there...
-- Roberto