[squeak-dev] Re: Traits in Trunk - how to remove a trait from a class?

Chris Cunningham cunningham.cb at gmail.com
Mon Oct 22 17:18:46 UTC 2012


On Sun, Oct 21, 2012 at 7:33 AM, Levente Uzonyi <leves at elte.hu> wrote:
> So the problem is that simply removing the line
>
>         uses: ATraitCompostition
>
> from the class definition doesn't change the class. It is because
>
> Class >>
> #subclass:instanceVariableNames:classVariableNames:poolDictionaries:category:
>
> works differently than
>
> Class >>
> #subclass:uses:instanceVariableNames:classVariableNames:poolDictionaries:category:
>

Yes, this is/was my problem.  Thanks for clarifying it.

-Chris


More information about the Squeak-dev mailing list