[Openmcl-devel] Specializing on nil

Gary Byers gb at clozure.com
Sun Sep 28 23:40:33 PDT 2003


This message uses a character set that is not supported by the Internet Service.  To view the original message content,  open the attached message. If the text doesn't display correctly, save the attachment to disk, and then open it using a viewer that can
display the original character set. <<message.txt>> 
-------------- next part --------------
Received: from sass165.sandia.gov (mailgate.sandia.gov [132.175.109.1]) by es08snlnt.sandia.gov with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
	id SVJG72L6; Mon, 29 Sep 2003 00:39:30 -0600
Received: from MM01SNLNTO.son.sandia.gov (mm01snlnto.sandia.gov [132.175.109.20])
	by sass165.sandia.gov (8.12.10/8.12.10) with ESMTP id h8T6dLiu009336
	for <helink at sandia.gov>; Mon, 29 Sep 2003 00:39:27 -0600 (MDT)
Received: from 198.51.249.10 (clozure.com) by MM01SNLNTO.son.sandia.gov
 with ESMTP (Tumbleweed MMS SMTP Relay 01 (MMS v5.5.3)); Mon, 29 Sep
 2003 00:39:21 -0600
Received: from localhost.gse.com ([127.0.0.1] helo=clozure.com) by
 clozure.com with esmtp (Exim 4.12) id 1A3ri7-0003aI-01; Mon, 29 Sep
 2003 00:40:43 -0600
Received: from gb (helo=localhost) by clozure.com with local-esmtp (Exim
 4.12) id 1A3rhx-0003aC-00; Mon, 29 Sep 2003 00:40:33 -0600
Date: Mon, 29 Sep 2003 00:40:33 -0600 (MDT)
From: "Gary Byers" <gb at clozure.com>
To: "=?ISO-8859-2?Q?Oliver_Markovi=E6?=" <entrox at entrox.org>
Subject: Re: [Openmcl-devel] Specializing on nil
In-Reply-To: <20030923125607.I74621 at clozure.com>
Message-ID: <20030929002520.Q13735 at clozure.com>
References: <CBCE9582-EC2E-11D7-B7E5-000393BB94AE at entrox.org>
 <20030923125607.I74621 at clozure.com>
MIME-Version: 1.0
cc: openmcl-devel at clozure.com
X-BeenThere: openmcl-devel at clozure.com
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Discussion of OpenMCL development issues.
 <openmcl-devel.clozure.com>
List-Unsubscribe: <http:
 //clozure.com/cgi-bin/mailman/listinfo/openmcl-devel>, <mailto:
 openmcl-devel-request at clozure.com?subject=unsubscribe>
List-Archive: <http://clozure.com/pipermail/openmcl-devel>
List-Post: <mailto:openmcl-devel at clozure.com>
List-Help: <mailto:openmcl-devel-request at clozure.com?subject=help>
List-Subscribe: <http:
 //clozure.com/cgi-bin/mailman/listinfo/openmcl-devel>, <mailto:
 openmcl-devel-request at clozure.com?subject=subscribe>
Sender: openmcl-devel-bounces at clozure.com
Errors-To: openmcl-devel-bounces at clozure.com
X-WSS-ID: 13690C131440421-01-01
Content-Type: text/plain;
 charset=X-UNKNOWN
Content-Transfer-Encoding: quoted-printable
X-PMX-Version: 4.0.4.76838



On Tue, 23 Sep 2003, Gary Byers wrote:

>
>
> On Sun, 21 Sep 2003, [ISO-8859-2] Oliver Markovi=E6 wrote:
> >
> > ? (load "asdf.lisp")
> >  > Error in process listener(1): Class named OPERATION not found.
> >  > While executing: FIND-CLASS
> >
>
> This seems to be something different (perhaps one of the defining macros
> should be more careful about an EVAL-WHEN in its expansion ?).  I'll try
> to look into it when I get back from vacation later this week.
>

I couldn't reproduce this: loading the current version of asdf.lisp was
uneventful in the released 0.14-030901 (or anything relatively recent.)

Welcome to OpenMCL Version (Alpha: Darwin) 0.14-030901!
? (load "/usr/local/src/asdf/asdf.lisp")
#P"/usr/local/src/asdf/asdf.lisp"
? asdf:*asdf-revision*
(1 77)
?

I wouldn't want to claim that there isn't a CLOS defining macro somewhere
that needs to be more careful about EVAL-WBEN clauses in its expansion,
but if such a bug exists this doesn't seem to be a way of provoking it.

(I don't have a good guess as to why this failed for you.)

_______________________________________________
Openmcl-devel mailing list
Openmcl-devel at clozure.com
http://clozure.com/cgi-bin/mailman/listinfo/openmcl-devel


More information about the Openmcl-devel mailing list