[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: newproxy, bug
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 12 Jan 2011 10:38:45 -0200
> > 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
- References:
- newproxy, bug, joao lobato
- Re: newproxy, bug, Roberto Ierusalimschy
- Re: newproxy, bug, Javier Guerra Giraldez
- Re: newproxy, bug, Geoff Leyland
- Re: newproxy, bug, Mike Pall
- Re: newproxy, bug, Roberto Ierusalimschy
- Re: newproxy, bug, Sam Roberts