lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> > 5.2 will allow __gc for tables.
> 
> I can't find any reference to this in http://www.lua.org/work/doc/manual.html
> 
> Has it been implemented? It's what I use newproxy() for, too, and I'd
> use a __gc method on a table if I could.

It will come in beta. Alpha already has some changes to implement it,
but we kind of forgot to finish it.

-- Roberto