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

Marcel Taeumel marcel.taeumel at hpi.de
Mon Apr 16 08:35:14 UTC 2018


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 commits at source.squeak.org <commits at source.squeak.org>:
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.!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20180416/17f8730d/attachment.html>


More information about the Squeak-dev mailing list