[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: feature? bug?
- To: philpot@ptolemy.arc.nasa.GOV
- Subject: Re: feature? bug?
- From: Gregor Kiczales <gregor@parc.xerox.com>
- Date: Wed, 29 Aug 1990 18:48:22 PDT
- Cc: CommonLoops.PARC@Xerox.com, CommonLoops.PARC@Xerox.com
- In-reply-to: "Andrew Philpot's message of Mon, 27 Aug 1990 17:20:48 PDT <9008291647.AA01766@ptolemy.arc.nasa.gov>"
X-Ns-Transport-Id: 08002008D0FD00019B5A
Date: Mon, 27 Aug 1990 17:20:48 PDT
From: Andrew Philpot <philpot@ptolemy.arc.nasa.GOV>
I am having problems with :AROUND methods placed on argument lists
which are completely unspecialized, i.e., whose class is T.
(defmethod try ((thing t)) nil)
(defmethod try :around ((thing t)) nil)
When you then execute
(try t)
you get an error:
This is without a doubt a bug in the PCL you are using.
You are using Victoria Day PCL, which is more than a year old. I think
that if you get the new version of PCL you will find that this bug is
fixed.
- References:
- feature? bug?
- From: Andrew Philpot <philpot@ptolemy.arc.nasa.GOV>