[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PCL 4/21 on Symbolics Genera 7
- To: rcp@MCC.COM
- Subject: Re: PCL 4/21 on Symbolics Genera 7
- From: Gregor.pa@Xerox.COM
- Date: 28 Apr 87 15:53 PDT
- Cc: CommonLoops.pa@Xerox.COM
- In-reply-to: Rob Pettengill <rcp@MCC.COM>'s message of Tue, 28 Apr 87 07:53:46 CDT
Date: Tue, 28 Apr 87 07:53:46 CDT From: Rob Pettengill
<rcp@MCC.COM>
I have found a couple of problems with the new defclass under
genera 7. When I compile a file with defclass and defmethod forms
(as opposed to incrementally compiling in the editor) - it seems
that the class definitions are not "seen" in the compile time
environment and I get errors like this one.
Another Problem I have found is that while EXCL is happy with
either (:accessor-prefix nil) or (:accessor-prefix ||), Genera 7
will only generate accessors given the latter. It takes
(:accessor-prefix nil) happily but then doesn't generate accessors
or setf methods for the slots.
Both of these problems are fixed in my sources and will be included in the next release.