From: Arnout E. <no...@bz...> - 2014-12-16 20:56:11
|
On Mon, Aug 4, 2014 at 2:37 PM, Josef 'Jeff' Sipek <je...@jo...> wrote: > > It all stems from incompatibilies in Lua 5.2.2 - especially if it is > compiled without legacy support. Here's the patch that works for me. > You'll probably want to make it conditional to keep 5.1 happy. Tough one. I really want to avoid adding more compile-time switches, things are too complicated to my taste already. Unfortunately, this means we have the choice: a) dropping support for lua5.1 b) not support lua5.2 unless it was compiled with LUA_COMPAT_ALL Neither are very appealing. Given 'b' is the status quo, I think we should stick with that for now. Kind regards, Arnout |