[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: |
Sun, 04 Mar 2012 12:06:26 +0100 (CET) |
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.
cheers,
felix