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

DESCRIBE method for STRUCT-CLASS



    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.