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

:type bug?



The following code seems to indicate a bug with respect to slot types:

*******************************************************************

(defclass foo () (a))

(pcl:slotd-type (car (pcl:class-slots (find-class 'foo))))
T

(pcl:slotd-type (car (pcl:class-local-slots (find-class 'foo))))
(*SLOTD-UNSUPPLIED*)

*********************************************************************

It seems the type in the local slot description object for slot a should
also be T.  Am I correct?

Doug Ruth
Robotics Laboratory
SRI International
(415) 859-3860

Mailing Address:	SRI International
			333 Ravenswood Avenue, EL286
			Menlo Park, CA 94025
			
ARPA Net Address:	ruth@sri-robotx.arpa
-------