[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (alpha-rc1) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 31 May 2019 16:21:52 -0300
> That said, why have the "tocont" argument rather than doing it
> printf-style? i.e. make the signature of the user-supplied warning
> function take a va_list, a la vfprintf.
Any suggestion about how to export that to Lua? That is, how to
implementt a "warn(msg1, msg2, ..., msgN)" for Lua with a single
call to such a lua_warn?
-- Roberto