lua-users home
lua-l archive

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


> 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