[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pcl 2-6-90 handling of &key
- To: Aaron Larson <alarson@SRC.Honeywell.COM>
- Subject: Re: pcl 2-6-90 handling of &key
- From: Gregor.pa@Xerox.COM
- Date: Thu, 8 Feb 90 18:26 PST
- Cc: CommonLoops.pa@Xerox.COM
- Fcc: BD:>Gregor>mail>outgoing-mail-8.text.newest
- In-reply-to: <57420@srcsip.UUCP>
- Line-fold: no
Date: 8 Feb 90 00:25:40 GMT
From: alarson@SRC.Honeywell.COM (Aaron Larson)
According to my reading of the lambda list congruency rules, the following
should be permitted, but isn't.
(defmethod bar ((a integer) &key))
#<Standard-Method BAR (INTEGER) 57176026>
(defmethod bar ((a symbol) &key x))
Error: ...
This is now fixed. Rather than making a patch file, I just wrote out a new
version of the file methods.lisp. Grab that file and use (compile-pcl) to
recompile.
Keep those cards and letters coming.
-------