lua-users home
lua-l archive

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


On Sun, Dec 16, 2012 at 10:48 PM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> 2012/12/16 Sven Olsen <sven2718@gmail.com>:
>>
>> The error in 5.1 was a good annoyance.
>> It did come up, but only rarely, and removing the error was always easy --
>> just a question of changing your formatting or dropping in a semicolon.  In
>> 5.2 I started catching the same little errors of intent during runtime
>> debugging -- meaning that they'd take minutes, rather than seconds, to
>> identify and fix.
>>
>
> Maybe the debug library could be a home for a mechanism that
> controls error/warning options.
>
> debug.option{ambiguous_call='warn'}
>

I can get behind this!

+1.

/s/ Adam