[squeak-dev] The Trunk: 45Deprecated-nice.9.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Sep 20 20:27:01 UTC 2013


Nicolas Cellier uploaded a new version of 45Deprecated to project The Trunk:
http://source.squeak.org/trunk/45Deprecated-nice.9.mcz

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

Name: 45Deprecated-nice.9
Author: nice
Time: 20 September 2013, 10:26:48.122 pm
UUID: 784e13ac-7a91-4291-892f-ec01daa7ab0b
Ancestors: 45Deprecated-fbs.8

Deprecate compile:classified:notifying:trailer:ifFail:
The passed classification was unused in this operation.

=============== Diff against 45Deprecated-fbs.8 ===============

Item was added:
+ ----- Method: Behavior>>compile:classified:notifying:trailer:ifFail: (in category '*45Deprecated') -----
+ compile: code classified: category notifying: requestor trailer: bytes ifFail: failBlock
+ 	self deprecated: 'Use #compile:notifying:trailer:ifFail:'.
+ 	^self compile: code notifying: requestor trailer: bytes ifFail: failBlock!



More information about the Squeak-dev mailing list