SortedCollection and flatCollect

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

SortedCollection and flatCollect

roberto.minelli@usi.ch
Hi,

I am experiencing problems in using #flatCollect: on a SortedCollection.

This reproduces my problem:
((OrderedCollection with: #(1 2 3) with: #(3 4 5)) asSortedCollection: [ :a :b | true ]) flatCollect: #yourself

I am using the last Pharo 2.0 image from the CI server (ZeroConf script).

SortedCollection(Object)>>shouldNotImplement
SortedCollection>>at:put:
WriteStream>>pastEndPut:
WriteStream>>nextPut:
WriteStream(Stream)>>nextPutAll: in Block: [:v | self nextPut: v]
Array(SequenceableCollection)>>do:
WriteStream(Stream)>>nextPutAll:
WriteStream>>nextPutAll:
SortedCollection(Collection)>>flatCollect: in Block: [:each | stream...
SortedCollection(OrderedCollection)>>do:
SortedCollection(Collection)>>flatCollect:

Thanks for any help,
Roby
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev