[squeak-dev] The Trunk: Collections-topa.666.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Oct 8 19:00:50 UTC 2015


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!



More information about the Squeak-dev mailing list