Closed checkraisefold closed 8 months ago
Maybe, we could probably impl something like...
local newproxy = newproxy or function()
return setmetatable({}, {})
end
... ?
Fixed in the upcoming release, closing this unless there's any other issues here 😄
Is there a way parts of the project can be rearchitected to not use
newproxy
, which I think is the only limitation for supporting at a minimum Lua 5.2?