[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Exception handling questions
- From: Mark Hamburg <mhamburg@...>
- Date: Wed, 01 Dec 2004 10:11:34 -0800
Understood. I was happy in Lua 5 that it was so easy to find the code to
replace to integrate with other exception systems. It's even nicer in 5.1
that I just need to define a couple macros to do so.
Mark
on 12/1/04 5:05 AM, Roberto Ierusalimschy at roberto@inf.puc-rio.br wrote:
>> Does this seem reasonable as an approach?
>
> ("reasonable" is the perfect word :) Yes, it is very reasonable.
> However, keep in mind that alternative uses of L_TRY and L_THROW is
> "client risk". It is difficult to antecipate strange behaviors, and we
> do not test that kind of use.
>
> -- Roberto