[squeak-dev] The Trunk: Collections-mt.918.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Oct 14 12:21:36 UTC 2020


Marcel Taeumel uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-mt.918.mcz

==================== Summary ====================

Name: Collections-mt.918
Author: mt
Time: 14 October 2020, 2:21:33.964569 pm
UUID: 10f6e12c-527a-6242-8ce7-0a5c2476483d
Ancestors: Collections-mt.917

(Softly) deprecate #doWithIndex: and #collectWithIndex:.

=============== Diff against Collections-mt.917 ===============

Item was removed:
- ----- Method: HashedCollection>>doWithIndex: (in category 'enumerating') -----
- doWithIndex: elementAndIndexBlock
- 	"Use the new version with consistent naming"
- 	^ self withIndexDo: elementAndIndexBlock!

Item was removed:
- ----- Method: SequenceableCollection>>collectWithIndex: (in category 'enumerating') -----
- collectWithIndex: elementAndIndexBlock
- 	"Use the new version with consistent naming"
- 	^ self withIndexCollect: elementAndIndexBlock!

Item was removed:
- ----- Method: SequenceableCollection>>doWithIndex: (in category 'enumerating') -----
- doWithIndex: elementAndIndexBlock
- 	"Use the new version with consistent naming"
- 	^ self withIndexDo: elementAndIndexBlock!



More information about the Squeak-dev mailing list