[squeak-dev] The Trunk: 51Deprecated-topa.6.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Oct 8 19:01:31 UTC 2015


Tobias Pape uploaded a new version of 51Deprecated to project The Trunk:
http://source.squeak.org/trunk/51Deprecated-topa.6.mcz

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

Name: 51Deprecated-topa.6
Author: topa
Time: 8 October 2015, 9:01:20.654 pm
UUID: 5a4c6b5f-7b3d-4b8b-899a-ec32acaf46e1
Ancestors: 51Deprecated-topa.5

Move already deprecated messages to their penultimate place

=============== Diff against 51Deprecated-topa.5 ===============

Item was added:
+ ----- Method: KeyedSet>>noCheckAdd: (in category '*51Deprecated-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