lua-users home
lua-l archive

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


On 03/02/2017 10:30 PM, Las wrote:
> Undefined behavior is still a bug, no?

>From the user's point of view - no.

When manual says something like "results of placing cat in cyclotrone
is unknown" this is a sort of declaring undefined behavior.
If you do - you responsible for consequences. True declaration.

Bug is when something is declared but actually not so. False declaration.