[squeak-dev] About classVariables

Eliot Miranda eliot.miranda at gmail.com
Mon Oct 13 19:44:36 UTC 2008


On Sun, Oct 12, 2008 at 1:11 PM, stephane ducasse
<stephane.ducasse at free.fr>wrote:

> Hi
>
> to my stupefaction I discovered that the classVariables of a class are not
> the same as the ones of its metaclass.
>
> TheRoot classVarNames ~= TheRoot class classVarNames
>
> Does any body have some ideas why this is like that?
>
> For me this is a conceptual bug.


Its just a vanilla bug because Class>>classVarNames is defined in the wrong
place.  It should be defined in ClassDescription.  See my previous message.


>
>
> Stef
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20081013/bf11ff7e/attachment.htm


More information about the Squeak-dev mailing list