for 3.10...

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

for 3.10...

Stéphane Ducasse-3
I wanted add this to the bugs for 3.10 but I could not do it since I  
could not find the project


        | set |
        set := Set new.
        Smalltalk allClasses do: [:each |
                        set addAll: each organization categories.].
        ^ set select: [:each | each first = $*].
       
shows that we have some dirty method categories.

Stef

Reply | Threaded
Open this post in threaded view
|

Re: for 3.10...

Alexandre Bergel-2
> I wanted add this to the bugs for 3.10 but I could not do it since  
> I could not find the project
>
>
> | set |
> set := Set new.
> Smalltalk allClasses do: [:each |
> set addAll: each organization categories.].
> ^ set select: [:each | each first = $*].
>
> shows that we have some dirty method categories.

I am not sure to understand. Why a method category starting with a *  
is dirty ?
Did I miss something ?

Cheers,
Alexandre

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.cs.tcd.ie/Alexandre.Bergel
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply | Threaded
Open this post in threaded view
|

Re: for 3.10...

stéphane ducasse-2
*nebraska-*nebraska-printing is not really a cool extension name....


On 24 août 06, at 09:26, Alexandre Bergel wrote:

>> I wanted add this to the bugs for 3.10 but I could not do it since  
>> I could not find the project
>>
>>
>> | set |
>> set := Set new.
>> Smalltalk allClasses do: [:each |
>> set addAll: each organization categories.].
>> ^ set select: [:each | each first = $*].
>>
>> shows that we have some dirty method categories.
>
> I am not sure to understand. Why a method category starting with a  
> * is dirty ?
> Did I miss something ?
>
> Cheers,
> Alexandre
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.cs.tcd.ie/Alexandre.Bergel
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>