lua-users home
lua-l archive

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


> I just observed that currently, tracebacks are 'shortened' based on
> the 'level' passed.
> 
> [...]
> 
> Notice that the bit before the "..." gets shorter as you provide a
> higher level argument.
> This makes it hard to transparently wrap error producing functions,
> as the amount of wrapping you do will effect the usefulness of the traceback

This is not a "legal" bug, but it is a "moral" one :-)

-- Roberto