[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] disable warning for let-bound keyword
From: |
Felix |
Subject: |
Re: [Chicken-hackers] [PATCH] disable warning for let-bound keyword |
Date: |
Wed, 30 Nov 2011 07:46:34 -0500 (EST) |
From: Christian Kellermann <address@hidden>
Subject: Re: [Chicken-hackers] [PATCH] disable warning for let-bound keyword
Date: Wed, 30 Nov 2011 11:12:03 +0100
> * Christian Kellermann <address@hidden> [111130 11:00]:
>> No crash with this, thanks. There is a similar call in compiler.scm
>> around line 609, is it safe to call there? If it is I will push
>> out the patch with the above change.
>
> I have pushed the corrected patch. If the compiler.scm hunk is an
> issue we will make another one..
The compiler has access to srfi-1 (it is loaded in this case).
But I will change it to use the simpler code as well.
Thanks for pushing.
cheers,
felix