[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Class Redefinition
- To: Bobrow.pa@Xerox.COM
- Subject: Re: Class Redefinition
- From: Gregor.pa@Xerox.COM
- Date: 28 Jul 87 16:42 PDT
- Cc: RPG@SAIL.STANFORD.EDU, common-lisp-object-system@SAIL.STANFORD.EDU
- In-reply-to: Danny Bobrow <Bobrow.pa>'s message of 28 Jul 87 15:26 PDT
The need for get-class-for-next-redefinition doesn't really have
anything to do with multi-processing as far as I can see. Suppose that
(the class of) one of the objects actually involved in defining a method
on class-changed was going to be rendered obsolete by a certain defclass
form. In that case, you would need to define the method before you
actually change the class definition.