[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DESCRIBE method for STRUCT-CLASS
- To: RWK at MIT-MC
- Subject: DESCRIBE method for STRUCT-CLASS
- From: Jon L White <JONL at MIT-MC>
- Date: Tue, 16 Jun 81 06:10:00 GMT
- Cc: BUG-LISP at MIT-MC
- Original-date: 16 June 1981 02:10-EDT
- Sender: JONL0 at MIT-MC
Date: 11 June 1981 02:10-EDT
From: Robert W. Kerns <RWK at MIT-MC>
The describe method for STRUCT-CLASS is bogus.
(DESCRIBE (GET 'LOCAL 'FEATURE-SET))
says all the slot values are LOCAL.
The problem is that you didn't have SHARPA loaded, so the DESCRIBE
method was getting () for the selector property of the various
macro-accessors. Probably a good idea for the describe method to
retrieve that index some other way.