[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 04:48:34 -0500 (EST) |
From: Christian Kellermann <address@hidden>
Subject: Re: [Chicken-hackers] [PATCH] disable warning for let-bound keyword
Date: Tue, 29 Nov 2011 15:50:25 +0100
> * felix winkelmann <address@hidden> [111126 22:05]:
>> "matchable" uses this feature (binding of keywords as local
>> variables), and since I don't want to mess around with it,
>> this change is taken back.
>
> This causes a segfault on my 64bit x86 linux machine when running
> the "library tests..." during make check.
If you replace the use of "unzip1" in the second hunk of the patch to
"eval.scm" with "(map car ...)", does the crash go away? Using
"unzip1" is wrong here, of course. "eval.scm" should not refer to
the srfi-1 unit.
cheers,
felix
- [Chicken-hackers] [PATCH] disable warning for let-bound keyword, Felix, 2011/11/26
- Re: [Chicken-hackers] [PATCH] disable warning for let-bound keyword, Christian Kellermann, 2011/11/29
- Re: [Chicken-hackers] [PATCH] disable warning for let-bound keyword,
Felix <=
- Re: [Chicken-hackers] [PATCH] disable warning for let-bound keyword, Christian Kellermann, 2011/11/30
- Re: [Chicken-hackers] [PATCH] disable warning for let-bound keyword, Christian Kellermann, 2011/11/30
- Re: [Chicken-hackers] [PATCH] disable warning for let-bound keyword, Felix, 2011/11/30
- Re: [Chicken-hackers] [PATCH] disable warning for let-bound keyword, Christian Kellermann, 2011/11/30
- Re: [Chicken-hackers] [PATCH] disable warning for let-bound keyword, Felix, 2011/11/30