[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.4 (rc1) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 24 Nov 2021 10:44:26 -0300
> For this code, if LUAI_ASSERT is activated, it will raise an assertion.
>
> > local function test(x,...)
> > debug.getinfo(1, "L")
> > end
> > test()
Thanks for the feedback.
-- Roberto