[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: |
Christian Kellermann |
Subject: |
Re: [Chicken-hackers] [PATCH] Raise error on construction of too large vectors/blobs |
Date: |
Sun, 4 Mar 2012 13:13:29 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
* 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?
--
Who can (make) the muddy water (clear)? Let it be still, and it will
gradually become clear. Who can secure the condition of rest? Let
movement go on, and the condition of rest will gradually arise.
-- Lao Tse.
0001-Raise-error-on-construction-of-too-large-vectors-blo.patch
Description: Text document
- [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,
Christian Kellermann <=
- 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