[Seaside-dev] Seaside 3.0a6ish

Paolo Bonzini bonzini at gnu.org
Wed May 19 16:58:57 UTC 2010


On 05/19/2010 01:55 PM, 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?

That, or a String conversion method like #greaseStringComparable (which 
would return a String or ByteArray that you can send #= to).  I'd put it 
in tests though, I don't think we want to expose that to users of Grease 
until they complain.

Paolo


More information about the seaside-dev mailing list