lua-users home
lua-l archive

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


On Mon, May 25, 2020 at 3:50 PM Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
>
> What part of "there is no evidence of any incompatibility" you cannot
> understand?

>From your other post, you said it will call the 'call' hook when a new
CallInfo gets created. Doesn't that mean you'd need a mask of
LUA_MASKCOUNT|LUA_MASKCALL to be sure to interrupt that case too in
Lua 5.4, whereas just as mask of LUA_MASKCOUNT was enough to always
eventually interrupt in Lua 5.3?

Joseph C. Sible