[Pkg] The Trunk: 60Deprecated-mt.16.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Apr 17 13:51:44 UTC 2018


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

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

Name: 60Deprecated-mt.16
Author: mt
Time: 17 April 2018, 3:51:45.699445 pm
UUID: e6549fe4-aa5a-284e-83bb-c7d065f867f0
Ancestors: 60Deprecated-mt.15

Avoid explicit deprecation warning to keep smalltalkCI working.

See: https://github.com/hpi-swa/smalltalkCI/issues/368

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

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



More information about the Packages mailing list