lua-users home
lua-l archive

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


> 
> Another caveat is that some functions in os and many functions in io
> return nil,msg,errno in case of error, and this would mess with the level
> argument ...

That is indeed a nasty one. But still very annoying that there is no level on an assert call. Any ideas on how to add such a thing without breaking anything?

Thijs