|
> I always thought that the constant table limit is per function. But why do I get this output: > nil constant table overflow Lua 5.2 gives the correct reason: nil too many functions (limit is 262143) So Lua 5.1 is issuing a misleading message: http://www.lua.org/source/5.1/lparser.c.html#pushclosure