Grease 1.0-alpha9 and Seaside 3.0.0-alpha5.12
Note the following test results on different platforms: - 1593 run, 1591 passes, 2 expected failures, 0 failures, 0 errors, 0 unexpected passes (Pharo1.0) - 1605 run, 1571 passes, 2 expected failures, 13 failures, 19 errors, 0 unexpected passes (Pharo1.1) - 1560 run, 1555 passes, 2 expected failures, 0 failures, 3 errors, 0 unexpected passes (Squeak4.1) This is the first time that I've loaded/tested Seaside3.0 on Squeak4.1, so I'm not sure whether the bugs are new or not ... I assume that the base implementations for Pharo1.1 and Squeak4.1 are pretty close... Dale _______________________________________________ seaside-dev mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev |
FYI, Slime tests aren't loaded into Squeak4.1...
Dale ----- "Dale Henrichs" <[hidden email]> wrote: | Grease 1.0-alpha9 and Seaside 3.0.0-alpha5.12 | | Note the following test results on different platforms: | - 1593 run, 1591 passes, 2 expected failures, 0 failures, 0 errors, | 0 unexpected passes (Pharo1.0) | - 1605 run, 1571 passes, 2 expected failures, 13 failures, 19 | errors, 0 unexpected passes (Pharo1.1) | - 1560 run, 1555 passes, 2 expected failures, 0 failures, 3 errors, | 0 unexpected passes (Squeak4.1) | | This is the first time that I've loaded/tested Seaside3.0 on | Squeak4.1, so I'm not sure whether the bugs are new or not ... I | assume that the base implementations for Pharo1.1 and Squeak4.1 are | pretty close... | | Dale | _______________________________________________ | seaside-dev mailing list | [hidden email] | http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev _______________________________________________ seaside-dev mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev |
In reply to this post by Dale
I will look into the Pharo 1.1. After managing to get OB and RB
running without warnings I think Seaside should be easy. Thanks Dale for the detailed report. I plan to use Pharo 1.1 images in the near features on my build server. Lukas On 13 May 2010 03:01, Dale Henrichs <[hidden email]> wrote: > Grease 1.0-alpha9 and Seaside 3.0.0-alpha5.12 > > Note the following test results on different platforms: > - 1593 run, 1591 passes, 2 expected failures, 0 failures, 0 errors, 0 unexpected passes (Pharo1.0) > - 1605 run, 1571 passes, 2 expected failures, 13 failures, 19 errors, 0 unexpected passes (Pharo1.1) > - 1560 run, 1555 passes, 2 expected failures, 0 failures, 3 errors, 0 unexpected passes (Squeak4.1) > > This is the first time that I've loaded/tested Seaside3.0 on Squeak4.1, so I'm not sure whether the bugs are new or not ... I assume that the base implementations for Pharo1.1 and Squeak4.1 are pretty close... > > Dale > _______________________________________________ > seaside-dev mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev > -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ seaside-dev mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev |
Ok, with the latest Pharo update Seaside works fine in Pharo 1.0 and
1.1. All tests pass in both images. Lukas On 13 May 2010 06:34, Lukas Renggli <[hidden email]> wrote: > I will look into the Pharo 1.1. After managing to get OB and RB > running without warnings I think Seaside should be easy. Thanks Dale > for the detailed report. I plan to use Pharo 1.1 images in the near > features on my build server. > > Lukas > > On 13 May 2010 03:01, Dale Henrichs <[hidden email]> wrote: >> Grease 1.0-alpha9 and Seaside 3.0.0-alpha5.12 >> >> Note the following test results on different platforms: >> - 1593 run, 1591 passes, 2 expected failures, 0 failures, 0 errors, 0 unexpected passes (Pharo1.0) >> - 1605 run, 1571 passes, 2 expected failures, 13 failures, 19 errors, 0 unexpected passes (Pharo1.1) >> - 1560 run, 1555 passes, 2 expected failures, 0 failures, 3 errors, 0 unexpected passes (Squeak4.1) >> >> This is the first time that I've loaded/tested Seaside3.0 on Squeak4.1, so I'm not sure whether the bugs are new or not ... I assume that the base implementations for Pharo1.1 and Squeak4.1 are pretty close... >> >> Dale >> _______________________________________________ >> seaside-dev mailing list >> [hidden email] >> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev >> > > > > -- > Lukas Renggli > www.lukas-renggli.ch > -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ seaside-dev mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev |
Seaside3.0.0-alpha5.13 has been released which includes Lukas' changes (to both Grease and Seaside)
Dale ----- "Lukas Renggli" <[hidden email]> wrote: | Ok, with the latest Pharo update Seaside works fine in Pharo 1.0 and | 1.1. All tests pass in both images. | | Lukas | | On 13 May 2010 06:34, Lukas Renggli <[hidden email]> wrote: | > I will look into the Pharo 1.1. After managing to get OB and RB | > running without warnings I think Seaside should be easy. Thanks | Dale | > for the detailed report. I plan to use Pharo 1.1 images in the near | > features on my build server. | > | > Lukas | > | > On 13 May 2010 03:01, Dale Henrichs <[hidden email]> | wrote: | >> Grease 1.0-alpha9 and Seaside 3.0.0-alpha5.12 | >> | >> Note the following test results on different platforms: | >> - 1593 run, 1591 passes, 2 expected failures, 0 failures, 0 | errors, 0 unexpected passes (Pharo1.0) | >> - 1605 run, 1571 passes, 2 expected failures, 13 failures, 19 | errors, 0 unexpected passes (Pharo1.1) | >> - 1560 run, 1555 passes, 2 expected failures, 0 failures, 3 | errors, 0 unexpected passes (Squeak4.1) | >> | >> This is the first time that I've loaded/tested Seaside3.0 on | Squeak4.1, so I'm not sure whether the bugs are new or not ... I | assume that the base implementations for Pharo1.1 and Squeak4.1 are | pretty close... | >> | >> Dale | >> _______________________________________________ | >> seaside-dev mailing list | >> [hidden email] | >> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev | >> | > | > | > | > -- | > Lukas Renggli | > www.lukas-renggli.ch | > | | | | -- | Lukas Renggli | www.lukas-renggli.ch | _______________________________________________ | seaside-dev mailing list | [hidden email] | http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev _______________________________________________ seaside-dev mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev |
Free forum by Nabble | Edit this page |