lua-users home
lua-l archive

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


2015-09-04 16:45 GMT+02:00 Coda Highland <chighland@gmail.com>:

> As for a potential solution, consider a numeric for loop and rawget to
> avoid retriggering the metamethod.

Oh, I have no shortage of solutions. The point is merely that
something that works in Lua 5.1 and 5.2 fails in Lua 5.3 for
reasons that require reading between the lines of the manual.