[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problems with PCL Beta Test version 1/28/88
- To: rcp%sw.MCC.COM@MCC.COM
- Subject: Problems with PCL Beta Test version 1/28/88
- From: Rob Pettengill <rcp%sw.MCC.COM@MCC.COM>
- Date: Tue, 2 Feb 88 17:16:16 CST
- Cc: Gregor.pa@Xerox.COM, CommonLoops.pa@Xerox.COM
- In-reply-to: Rob Pettengill's message of Sat, 30 Jan 88 14:00:26 CST <8801302000.AA22946@perseus>
- Redistributed: CommonLoops.pa
Redistributed: CommonLoops.pa
Date: Sat, 30 Jan 88 14:00:26 CST
From: Rob Pettengill <rcp%sw.MCC.COM@MCC.COM>
I have had several problems with the new beta test version.
....
2. The new with-slots* does not work when new name bindings are spedified
for slots. For example:
<cl> (defclass foo () ((a)(b)))
NIL
<cl> (defmethod foo-vals ((self foo))
(with-slots* (a b) self (list a b)))
NIL
<cl> (defmethod foo-vals ((self foo))
(with-slots* ((foo-a a) (oo-b b)) self (list foo-a foo-b)))
Error: Attempt to take the car of A which is not a cons.
....
3. I also have the following error which occurs on a trivial defmethod at
the end of a long pcl file (which compiles fine under the August
version of pcl):
->(ERROR "Received signal number ~s ~@[(~a)~]" 11 "Segmentation
violation")
....
;rob
Sorry, problem #2 was a red herring. It only occurs after I have
gotten the segmentation violation error, #3, in the running lisp
image.
;rob
Robert C. Pettengill, MCC Software Technology Program
P. O. Box 200195, Austin, Texas 78720
ARPA: rcp@mcc.com PHONE: (512) 338-3533
UUCP: {ihnp4,seismo,harvard,gatech,pyramid}!ut-sally!im4u!milano!rcp