[Seaside] [OT] Case insensitive comparison not stable ?

stephane ducasse stephane.ducasse at free.fr
Wed Jan 11 16:53:54 CET 2006


But pay attention using subclassing instead of subtyping is not  
really a good style.
I have problem to see why authorRepository is a Set, sure it can be  
implemented as a set...
but it does not have the same interface than a set to my taste.

Stef

On 11 janv. 06, at 16:29, Francois Beausoleil wrote:

> 2006/1/11, David Shaffer <cdshaffer at acm.org>:
>> addAll: returns the argument, not the collection.  You need:
>>
>> sortedByName
>>     ^SortedCollection new addAll: self; yourself
>
> Thank you very much, David.
>
> Have a nice day !
> --
> François Beausoleil
> http://blog.teksol.info/
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the Seaside mailing list