[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Changing the :metaclass of a class
- To: Darrell <shane%blackcomb@rand.org>
- Subject: Re: Changing the :metaclass of a class
- From: Gregor.pa@Xerox.COM
- Date: Tue, 2 May 89 10:06 PDT
- Cc: commonloops.pa@Xerox.COM, Stephanie_Cammarata <steph@rand.org>
- Fcc: BD:>Gregor>mail>outgoing-mail-6.text.newest
- In-reply-to: <8905011955.AA05406@blackcomb.arpa>
- Line-fold: no
- Reply-to: <Gregor.pa@Xerox.COM>
Date: Mon, 01 May 89 12:55:17 PDT
From: Darrell <shane%blackcomb@rand.org>
;;; Why is it that when I change the :metaclass of a class,
;;; the class instance is not changed? For example:
This is because of a structural bug in PCL. Unfortunately, this won't
be fixed in this week's release. It should be fixed this month though.
Note that in almost all cases, you can just use change-class by hand on
the class object.
-------