chicken-hackers
[Top][All Lists]
Advanced

[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. 

Attachment: 0001-Raise-error-on-construction-of-too-large-vectors-blo.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]