X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham
version=3.2.1-gr1
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:mime-version:sender:received:in-reply-to
:references:date:x-google-sender-auth:message-id:subject:from:to:cc
:content-type:content-transfer-encoding;
bh=gPpb7vRUoTPzwheBE3f4ro9WpWyfdw3eFYIZ/F0GMIE=;
b=TZbLw/ZamN5LFYOu1Ysc+DT6iYsO9KiYMTKHhUtBZMN3QZmjM23CrIO4vlEZMoxGUQ
1g5Ahme9dDO0kof3fob3J9xPhTd+wCRN+yHfy2/h3F13LuBWR7/m/eMo9FTVPkEMzukq
sx5zXiKITg8NjIvRtAGJcmFmnCSzpzQsdWw48=
MIME-Version: 1.0
Date: Fri, 10 Apr 2009 12:01:43 +0200
From: =?ISO-8859-1?Q?Hans_H=FCbner?= <[email protected]>
Cc: [email protected]
Content-Type: text/plain; charset=ISO-8859-1
On Thu, Apr 9, 2009 at 08:06, GP lisper <[email protected]> wrote:
>
> After applying Rays fix for Flexi-Streams, I tried out Drakma-1.0.0
> under the January snapshot. It died pretty fast.
I wanted to look at this myself, but I can't find the flexi-streams
fix that you mentioned. Can you give me a pointer?
In mapping.lisp, change to:
(deftype char-code-integer ()
"The subtype of integers which can be returned by the function CHAR-CODE."
#-:cmu '(integer 0 #.(1- char-code-limit))
#+:cmu `(integer 0 65535)
)
that clears up the size errors on compilation.
I don't think it needs a backtick, I noticed that later on another
machine and changed it. Apparently it was some artifact of pasting
from Ray's Oct post.
r