[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in pcl 11/11 under ExCL 1.{3,4}



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.