lua-users home
lua-l archive

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


On 22 February 2011 10:39, David Given <dg@cowlark.com> wrote:
> Plus, there are some bugs to be fixed; things like my Exciting Hack to
> make @try...@catch work causes the contents of ... to change inside the
> exception handler, etc; not to mention fundamental issues in catching
> untyped exceptions.

Darn, I was going to suggest you provide the option to just perform
the try+catch conversion on input code, as I'm sure lots of people
would find that useful. Even with the ... problem, I still think such
a thing might be useful.

Alex