[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problem in initialize-instance
- To: commonloops.PA@Xerox.COM
- Subject: problem in initialize-instance
- From: poman@CS.UCLA.EDU
- Date: Mon, 15 Aug 88 16:30:59 PDT
- Redistributed: commonloops.PA
There is a problem in compiling auxilliary methods defined for initialize-
instance. Compilation will bomb with the error of calling the compiler
recursively. The following is the example that I worked on :
(defclass ppname (name)
((whole-name :accessor glue-name)))
(defmethod initialize-instance :after
((cname ppname))
(format t " whole name is :~a ~%" (glue-name cname )))
I would appreciate any information about fixing the bug.
Thank you.
Richard Leung
UCLA computer science dept