[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug in pcl 11/11 under ExCL 1.{3,4}
- To: dcmartin@ingres.berkeley.edu
- Subject: Re: bug in pcl 11/11 under ExCL 1.{3,4}
- From: Gregor.pa@Xerox.COM
- Date: 19 Jan 87 14:31 PST
- Cc: commonloops.pa@Xerox.COM
- In-reply-to: dcmartin@ingres.berkeley.edu (David C. Martin)'s message of Sun, 18 Jan 87 11:45:26 PST
Try the following example instead.
(defun foo (x) 'default)
(make-specializeable 'foo)
(defclass foo () ((data :inhtform nil :accessor foo)))
(foo (make-array 10))
What happens?? If you get an error, please send me a backtrace.
Also, how is it that your version of make-specializable works?? I just
found a bug (which I see was previously reported) which I would have
though would keep make-specializable from working.
Also, it was our intention that none of the functions in the silver book
were specializable unless the "manufacturer" explicitly said they were.