Hi John,
> Interesting, but that means that they're emulating the removed functions and
> I wonder what their setfenv() does.
Right; the code for setfenv is here:
https://github.com/corsix/twoface/blob/master/twoface.c#L492-L532
> In 5.2 setfenv() function was removed and the environment for a
On Fri, Jul 19, 2013 at 7:54 PM, Paul K wrote:
> Hi John,
>
> I've been looking into using twoface ABI mapper
> (http://corsix.github.io/twoface/) to run ZeroBrane Studio on top of
> Lua 5.2 without recompiling wxlua and luasocket (both are compiled for
> Lua 5.1). For those not familiar with it,