lua-yajl
lua-yajl copied to clipboard
Incompatible with Lua 5.2.0
When compiling against Lua 5.2.0, getfenv, setfenv, and objlen are missing. Lua 5.2 uses lexical scopes instead of dynamic ones. objlen could be changed to rawlen, but since I haven't looked closely at what you are manipulating the environment for I don't have a patch. I may offer one up shortly.
Patches are always welcomed :).
Thanks, -Brian