lua-users home
lua-l archive

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


On Wed, Jul 19, 2017 at 9:29 PM, Luiz Henrique de Figueiredo wrote:
> 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.


Yes, program which uses global variables
https://codegolf.stackexchange.com/a/133107/7313
still does not work properly on Lua demo page