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

Re: Changing the :metaclass of a class



    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.
-------