Re: Suggestion: upvalues to C hook functions
[
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: 2007年4月19日 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