[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
:type bug?
- To: commonloops.pa@Xerox.COM
- Subject: :type bug?
- From: Doug Ruth <RUTH@SRI-ROBOTX.ARPA>
- Date: Mon, 19 Sep 88 20:23:26 PST
- Mail-system-version: <VAX-MM(231)+TOPSLIB(132)+PONY(228)@SRI-ROBOTX.ARPA>
- Redistributed: commonloops.pa
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
-------