Two Class in my image ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Two Class in my image ?

Nicolas Cellier
I have got two such classes in my image:
   ClassDescription allSubclasses select: [:e | e name = 'Class']

Do you experiment such weirdness ?

Nicolas

Reply | Threaded
Open this post in threaded view
|

Re: Two Class in my image ?

Randal L. Schwartz
>>>>> "Nicolas" == Nicolas Cellier <[hidden email]> writes:

Nicolas> I have got two such classes in my image:
Nicolas>    ClassDescription allSubclasses select: [:e | e name = 'Class']

Just one from a recent trunk.  Did you make a change to Class or Class class
that would have required the old one to be retained?

--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[hidden email]> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion

Reply | Threaded
Open this post in threaded view
|

Re: Two Class in my image ?

Levente Uzonyi-2
In reply to this post by Nicolas Cellier
On Tue, 5 Jan 2010, Nicolas Cellier wrote:

> I have got two such classes in my image:
>   ClassDescription allSubclasses select: [:e | e name = 'Class']
>
> Do you experiment such weirdness ?

No, just one.


Levente

>
> Nicolas
>
>