[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Suggestion: upvalues to C hook functions
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 19 Apr 2007 10:32:07 -0300
> 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