[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.6 (rc1) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 20 Jul 2020 15:53:06 -0300
> I am wondering about the unreported issue of lua_rawlen returning size_t
> while
> luaH_getn used by it returns lua_Unsigned (this is also the only warning
> when
> compiling with /W3). This was fixed in 5.4.0 but will it be so for 5.3.X?
Could you share with us what is this unreported issue? What is exactly
the bug?
-- Roberto