[Seaside-dev] Seaside 3.0a6ish

Michael Lucas-Smith mlucas-smith at cincom.com
Wed May 19 16:58:00 UTC 2010


On 5/19/10 4:55 AM, Philippe Marschall wrote:
> 2010/5/19 Michael Lucas-Smith<mlucas-smith at cincom.com>:
>    
>> As it stands right now, the only tests that are failing for VisualWorks
>> 7.7.1 are the three codec tests (one of which is expected to fail on
>> VisualWorks):
>>
>> GRCodecTest>>testCodecLatin1
>> GRUtf8CodecTest>>testCodecUtf8Bom
>> GRUtf8CodecTest>>testCodecUtf8ShortestForm (expected to fail)
>>
>> The reason for these failures was raised in a previous email.
>>      
> What's the consensus there? String comparison method on platform?
>
>    
It seems bizarre that Seaside would have a test that explicitly compares 
two unicode strings but yet not all the smalltalk platforms can support 
this using #=.. it would *really* suck if #= couldn't be used in the 
general code base for safely comparing two strings. (If you have to do 
it in the test, then you, in theory, probably need to do it everywhere).

Can someone speak to the platforms that have trouble with #= here?

Michael


More information about the seaside-dev mailing list