[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] catching compiling exceptions in setup-api
From: |
Jim Ursetto |
Subject: |
Re: [Chicken-hackers] catching compiling exceptions in setup-api |
Date: |
Tue, 10 Aug 2010 16:32:12 -0500 |
On Tue, Aug 10, 2010 at 15:24, Felix
<address@hidden> wrote:
>> I thought you might say that. Is it possible to document that this is
>> the official way to catch compilation errors?
>
> It is not the official way, but documenting this might be a good idea.
Is there an official way? ;)
>> Do I need to worry about the stack?
> Which stack?
I am an idiot.
> I agree that [reset's] use probably doesn't make sense in
> `setup-api' and will try to change that.
OK. My handler seems to work so I will use that, to avoid the need
for bleeding edge Chicken. Thanks.