Implement 5.1 compatibility layer in Ravi
Opened this issue · 2 comments
dibyendumajumdar commented
I would like to support running 5.1 scripts in Ravi, hence plan to add a compatibility layer for 5.1.
dibyendumajumdar commented
setfenv/getfenv emulation. Here are links to some notes on what needs doing:
http://lua-users.org/lists/lua-l/2010-06/msg00313.html
http://lua-users.org/lists/lua-l/2011-05/msg00124.html
https://stevedonovan.github.io/Penlight/api/source/compat.lua.html
http://lua-users.org/lists/lua-l/2010-02/msg00753.html
http://www.corsix.org/content/look-lua-52-work3
dibyendumajumdar commented
- setfenv/getfenv
- newproxy
- gcinfo