[Seaside] Re: asSet asOrderedCollection

stephane ducasse stephane.ducasse at free.fr
Thu May 18 18:09:07 UTC 2006


Or you really have to think why to change the equality.
May be by design you should not have a fact in your base if it is  
already there.

Stef

On 18 mai 06, at 19:45, Damien Cassou wrote:

>> My objects are:
>> Fait new boolean:#red.
>> Fait new boolean:#red.
>> I have done the two evaluations and with : Fait new boolean:#red =  
>> Fait
>> new boolean:#red, I get True.
>> Also, if I do the evaluation with hash, the result is False.
>> I don't understand ????
>> my fonction = is:
>> = aFait
>> ^self boolean = aFait boolean
>
> I think you should write a new method in Fait:
>
> Fait>>hash
>   ^ boolean hash
>
> -- 
> Damien Cassou
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>



More information about the Seaside mailing list