lua-users home
lua-l archive

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


> Using the debug library to manipulate the upvalues of C functions can
> lead to undesirable behaviour. While it is good to have a zoo of such
> cases, this example is far from the only animal in the zoo.

Anyway, I guess this animal is not among us anymore. Version 5.3.2
changed the implementation of gmatch. The third upvalue is no longer a
number, it is a userdata.

-- Roberto