[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Raise error on construction of too large v
From: |
Felix |
Subject: |
Re: [Chicken-hackers] [PATCH] Raise error on construction of too large vectors/blobs |
Date: |
Mon, 05 Mar 2012 13:39:18 +0100 (CET) |
From: Christian Kellermann <address@hidden>
Subject: Re: [Chicken-hackers] [PATCH] Raise error on construction of too large
vectors/blobs
Date: Sun, 4 Mar 2012 13:13:29 +0100
> * felix winkelmann <address@hidden> [120304 12:09]:
>> From: Christian Kellermann <address@hidden>
>> Subject: [Chicken-hackers] [PATCH] Raise error on construction of too large
>> vectors/blobs
>> Date: Sun, 4 Mar 2012 10:36:35 +0100
>>
>> > Hi,
>> >
>> > the attached patch raises an error when one tries to create too
>> > large vectors or blobs. Before a out of range error message has
>> > been raised, which can be a bit confusing (at least to me). Also
>> > this patch adjusts the check to the respective srfi-4 maximum values.
>>
>> Suggestion: fold the exactness-check into ##sys#check-exact-size-limit,
>> this saves a CPS procedure call.
>
> Like this?
Yes, like that. See also "##sys#check-range".
cheers,
felix
- [Chicken-hackers] [PATCH] Raise error on construction of too large vectors/blobs, Christian Kellermann, 2012/03/04
- Re: [Chicken-hackers] [PATCH] Raise error on construction of too large vectors/blobs, Felix, 2012/03/04
- Re: [Chicken-hackers] [PATCH] Raise error on construction of too large vectors/blobs, John Cowan, 2012/03/04
- Re: [Chicken-hackers] [PATCH] Raise error on construction of too large vectors/blobs, Felix, 2012/03/05
- Re: [Chicken-hackers] [PATCH] Raise error on construction of too large vectors/blobs, Christian Kellermann, 2012/03/05
- Re: [Chicken-hackers] [PATCH] Raise error on construction of too large vectors/blobs, Felix, 2012/03/05
- Re: [Chicken-hackers] [PATCH] Raise error on construction of too large vectors/blobs, Christian Kellermann, 2012/03/05