The Trunk: Collections-topa.666.mcz

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

The Trunk: Collections-topa.666.mcz

commits-2
Tobias Pape uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-topa.666.mcz

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

Name: Collections-topa.666
Author: topa
Time: 8 October 2015, 9:00:08.857 pm
UUID: 44cc0ebe-d308-40f6-80eb-c98ad30ab6b6
Ancestors: Collections-topa.665

Move already deprecated messages to their penultimate place (KeyedSet)

=============== Diff against Collections-topa.665 ===============

Item was removed:
- ----- Method: KeyedSet>>noCheckAdd: (in category 'private') -----
- noCheckAdd: anObject
-
- self deprecated: 'This method should not be used anymore.'.
- array at: (self scanFor: (keyBlock value: anObject)) put: anObject asSetElement.
- tally := tally + 1!