[squeak-dev] The Trunk: 60Deprecated-mt.99.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Dec 1 15:32:53 UTC 2021


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

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

Name: 60Deprecated-mt.99
Author: mt
Time: 1 December 2021, 4:32:51.993194 pm
UUID: 29455b36-eada-ca44-97eb-83541b222aaf
Ancestors: 60Deprecated-mt.98, 60Deprecated-ct.96

Complements Kernel-mt.1432

=============== Diff against 60Deprecated-mt.98 ===============

Item was added:
+ ----- Method: CompiledCode>>messagesDo: (in category '*60Deprecated-scanning') -----
+ messagesDo: workBlock
+ 
+ 	self deprecated: 'ct: Use #selectorsDo:.'.
+ 	^ self selectorsDo: workBlock!

Item was added:
+ ----- Method: CompiledCode>>sendsMessage: (in category '*60Deprecated-testing') -----
+ sendsMessage: selector
+ 
+ 	self deprecated: 'ct: Use #sendsSelector:.'.
+ 	^ self sendsSelector: selector!



More information about the Squeak-dev mailing list