lua-users home
lua-l archive

Re: A crash in Lua 5.3.2

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


> ```
> local mt = {}
> mt.__newindex = mt
> local t = setmetatable({}, mt)
> t[1] = 1
> ```
Right :-( Thanks for the report. Probably it was introduced with the
optimizations on table operations; it does not happen in 5.3.1.
-- Roberto

AltStyle によって変換されたページ (->オリジナル) /