lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Adding fields to lua_Debug will break all modules using the Lua
> debug API.

ABI compatibility has never been a goal across versions. Recompilation is
always required.

> I.e. this can't be done in the Lua 5.1.x branch.

Of course not; 5.1.x is now strictly for bug fixes, not improvements.
--lhf