[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (beta-rc5) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 4 Jul 2011 18:50:46 -0300
> which I found a bit odd that the message about a function being
> deprecated is an error rather than a warning (contrast to other
> languages [1-3]).
Lua does not have warnings. Note that to add warnings to Lua is not
to add some 'printf's; we need some way to return warnings from 'load'.
(Multiple returns?) I do not think it is worth the complexity...
-- Roberto