[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (rc4) now available
- From: Patrick Donnelly <batrick@...>
- Date: Thu, 1 Dec 2011 01:09:05 -0500
On Wed, Nov 30, 2011 at 3:28 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> Lua 5.2.0 (rc4) is now available at
> http://www.lua.org/work/lua-5.2.0-rc4.tar.gz
Thanks for updating [1] the documentation with respect to resurrected
objects. Can we interpret:
"Because the object being collected must still be used by the
finalizer, it (and other objects accessible only through it) must be
resurrected by Lua."
to include a userdata's user value and all values the user value references?
[1] http://lua-users.org/lists/lua-l/2011-09/msg00086.html
--
- Patrick Donnelly