The Trunk: 45Deprecated-nice.9.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: 45Deprecated-nice.9.mcz

commits-2
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!