[squeak-dev] The Inbox: 60Deprecated-ct.96.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Sep 7 21:49:14 UTC 2021


A new version of 60Deprecated was added to project The Inbox:
http://source.squeak.org/inbox/60Deprecated-ct.96.mcz

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

Name: 60Deprecated-ct.96
Author: ct
Time: 7 September 2021, 11:49:13.42751 pm
UUID: 80a40655-31b2-024e-84af-5962faf6c4dd
Ancestors: 60Deprecated-nice.95

Complements Kernel-ct.1411.

=============== Diff against 60Deprecated-nice.95 ===============

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