[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Finalizers and Lua.org demo page
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 19 Jul 2017 15:29:07 -0300
> It's fixed now.
Except that now the program below has the problem again:
a=setmetatable({}, {__gc = function() print("Hello") end})
Fixing this might require surgery in the CGI script.