[Seaside] Re: [Ann] Seaside 3.0.0-rc.1 configuraton available

Andreas Raab andreas.raab at gmx.de
Fri Jul 30 00:30:40 UTC 2010


On 7/29/2010 5:23 PM, Dale Henrichs wrote:
> Picked up all of the recent updates as of this afternoon.
>
> Loaded and tested on the following three platforms:
>
> GemStone 2.4.4.1:
> 1539 run, 1536 passes, 3 expected failures, 0 failures, 0 errors
> Pharo 1.1:
> 1618 run, 1616 passes, 2 expected failures, 0 failures, 0 errors
> Squeak 4.1:
> 1585 run, 1581 passes, 2 expected failures, 0 failures, 2 errors
>
> ConfigurationOfSeaside coming soon...

Very nice. Regarding the 2 errors in Squeak, these are the result of an 
arguably incorrect usage of EllipseMorph in WAPharoMimeDocumentTest 
which uses #extent: with an integer argument. This happens to work by 
random chance in Pharo but not in later Squeak versions (but if you 
replace EllipseMorph with, say, CircleMorph it fails in both). Since I 
don't think the test is intended to ensure that EllipseMorph>>extent: 
can (or should) be used with integer arguments, I think that's a bug in 
the test.

Where does one report/file such issues?

Cheers,
   - Andreas


More information about the seaside mailing list