Okay, when I run the tests in PharoCore1.0 we get an infinite loop involving #sorted: ... I seem to recall seeing a message about sorted in one of the packages (don't recall which at the moment) ... I thought that sorting was handled through Grease .... oh now I remember ... it was in the pharo-specific code, but maybe grease should be used there? I will spend some time looking into this ... Tests pass in Pharo-1.2.1 and GLASS 1.0-beta.8.7 ... There's a failure in Squeak4.2 and an infinite loop in Pharo 1.0 (as mentioned) ... I haven't tried a load/test in Pharo 1.1 yet... When I say that tests are passing I am ignoring the fact that a number of Swazoo tests are failing, the tests don't fail with the older version of Swazoo, but there is a bugfix that is in the new version that we want, so I guess I will ignore the test failures ... Dale _______________________________________________ seaside-dev mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev |
SequenceableCollection>>sorted: got removed in the most recent round in
Grease and and the pharo1.0 code relies on that method being implemented ... I can fix this one by moving SequenceableCollection>>sorted: to the pharo1.0 grease package ... Then I can move on to see how Pharo 1.1 fares... Dale On 05/17/2011 11:40 AM, Dale Henrichs wrote: > > Okay, when I run the tests in PharoCore1.0 we get an infinite loop > involving #sorted: ... I seem to recall seeing a message about sorted in > one of the packages (don't recall which at the moment) ... I thought > that sorting was handled through Grease .... oh now I remember ... it > was in the pharo-specific code, but maybe grease should be used there? > > I will spend some time looking into this ... > > Tests pass in Pharo-1.2.1 and GLASS 1.0-beta.8.7 ... > > There's a failure in Squeak4.2 and an infinite loop in Pharo 1.0 (as > mentioned) ... I haven't tried a load/test in Pharo 1.1 yet... > > When I say that tests are passing I am ignoring the fact that a number > of Swazoo tests are failing, the tests don't fail with the older version > of Swazoo, but there is a bugfix that is in the new version that we > want, so I guess I will ignore the test failures ... > > 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 Henrichs
Tests are passing* for:
Pharo-1.0, Pharo-1.1.1, Pharo-1.2.1, Squeak4.2 and GLASS 1.0-beta.8.6 Tomorrow I will go through the configuration release process, so let me know if there are any issues that pop up overnight. *ignoring the errors in the Swazoo tests Dale On 05/17/2011 11:40 AM, Dale Henrichs wrote: > > Okay, when I run the tests in PharoCore1.0 we get an infinite loop > involving #sorted: ... I seem to recall seeing a message about sorted in > one of the packages (don't recall which at the moment) ... I thought > that sorting was handled through Grease .... oh now I remember ... it > was in the pharo-specific code, but maybe grease should be used there? > > I will spend some time looking into this ... > > Tests pass in Pharo-1.2.1 and GLASS 1.0-beta.8.7 ... > > There's a failure in Squeak4.2 and an infinite loop in Pharo 1.0 (as > mentioned) ... I haven't tried a load/test in Pharo 1.1 yet... > > When I say that tests are passing I am ignoring the fact that a number > of Swazoo tests are failing, the tests don't fail with the older version > of Swazoo, but there is a bugfix that is in the new version that we > want, so I guess I will ignore the test failures ... > > 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 |
Free forum by Nabble | Edit this page |