[Seaside-dev] Re: [Seaside Commits] Seaside 3.0: Grease-Pharo-Core-lr.15.mcz

Julian Fitzell jfitzell at gmail.com
Wed Mar 31 08:04:43 UTC 2010


So why was the test failing?

On Wed, Mar 31, 2010 at 7:41 AM,
<squeak-dev-noreply at lists.squeakfoundation.org> wrote:
> Lukas Renggli uploaded a new version of Grease-Pharo-Core to project Seaside 3.0:
> http://www.squeaksource.com/Seaside30/Grease-Pharo-Core-lr.15.mcz
>
> ==================== Summary ====================
>
> Name: Grease-Pharo-Core-lr.15
> Author: lr
> Time: 31 March 2010, 8:41:10 am
> UUID: 4cc58271-ef9c-4e96-91aa-d37e9e3d82f4
> Ancestors: Grease-Pharo-Core-jok.14
>
> - fix test for SortedCollection>>#sorted: by removing some code, not really sure if this is a valid fix but it makes all tests pass
>
> =============== Diff against Grease-Pharo-Core-jok.14 ===============
>
> Item was changed:
>  ----- Method: SequenceableCollection>>sorted: (in category '*grease-pharo-core') -----
>  sorted: sortBlock
> +       ^ self sortBy: sortBlock!
> -       ^ (self sortBy: sortBlock) as: self species!
>
>
> _______________________________________________
> commits mailing list
> To unsubscribe, email commits-leave at lists.seaside.st
> http://lists.seaside.st/listinfo/commits
>


More information about the seaside-dev mailing list