The Trunk: 60Deprecated-mt.15.mcz

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

The Trunk: 60Deprecated-mt.15.mcz

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

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

Name: 60Deprecated-mt.15
Author: mt
Time: 16 April 2018, 10:30:19.896614 am
UUID: 7a1a3ebc-aee5-d84e-aaf8-5f8d9eb89162
Ancestors: 60Deprecated-mt.14

Deprecate #setAuthorInitials:. Use #authorInitials:.

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

Item was added:
+ ----- Method: Utilities class>>setAuthorInitials: (in category '*60Deprecated-identification') -----
+ setAuthorInitials: aString
+
+ self deprecated: 'Use #authorInitials:.'.
+ self authorInitials: aString.!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: 60Deprecated-mt.15.mcz

marcel.taeumel
Hi, there.

If this deprecation should be "too hot", we could soften it by removing that #deprecated: call.

Best,
Marcel

Am 16.04.2018 10:30:39 schrieb [hidden email] <[hidden email]>:

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

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

Name: 60Deprecated-mt.15
Author: mt
Time: 16 April 2018, 10:30:19.896614 am
UUID: 7a1a3ebc-aee5-d84e-aaf8-5f8d9eb89162
Ancestors: 60Deprecated-mt.14

Deprecate #setAuthorInitials:. Use #authorInitials:.

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

Item was added:
+ ----- Method: Utilities class>>setAuthorInitials: (in category '*60Deprecated-identification') -----
+ setAuthorInitials: aString
+
+ self deprecated: 'Use #authorInitials:.'.
+ self authorInitials: aString.!