[Pkg] The Trunk: 60Deprecated-ct.42.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Sep 29 14:28:45 UTC 2019


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

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

Name: 60Deprecated-ct.42
Author: ct
Time: 15 August 2019, 3:05:56.648584 am
UUID: 7497b09d-2e4d-c648-9f01-8577689f904b
Ancestors: 60Deprecated-mt.41

Mark #setAuthorInitials: with #deprecated:

Important: Before committing this to Trunk, please merge https://github.com/Metacello/metacello/pull/508

Let's see if this solves the problem ...

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

Item was changed:
  ----- Method: Utilities class>>setAuthorInitials: (in category '*60Deprecated-identification') -----
  setAuthorInitials: aString
  
+ 	self deprecated: 'Use #authorInitials:.'.
- 	"mt: Not now (17/04/2018) for SmalltalkCI. See: https://github.com/hpi-swa/smalltalkCI/issues/368
- 	self deprecated: 'Use #authorInitials:.'."
- 	
  	self authorInitials: aString.!



More information about the Packages mailing list