[Pkg] The Trunk: 60Deprecated-pre.55.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Oct 2 13:27:40 UTC 2019


Patrick Rein uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-pre.55.mcz

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

Name: 60Deprecated-pre.55
Author: pre
Time: 2 October 2019, 3:27:35.842738 pm
UUID: f24a9d5c-8b9f-8147-9d0d-945f25258f5f
Ancestors: 60Deprecated-mt.54

Deprecates asMutator

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

Item was added:
+ ----- Method: Symbol>>asMutator (in category '*60Deprecated-converting') -----
+ asMutator
+ 	"Return a setter message from a getter message. For example, #name asMutator returns #name:"
+ 	self deprecated: 'Use #asSimpleSetter instead'.
+ 	^ self last = $:
+ 		ifTrue: [ self ]
+ 		ifFalse: [ (self copyWith: $:) asSymbol ]!



More information about the Packages mailing list