[squeak-dev] The Inbox: 60Deprecated-nice.68.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Dec 31 22:19:46 UTC 2019


Nicolas Cellier uploaded a new version of 60Deprecated to project The Inbox:
http://source.squeak.org/inbox/60Deprecated-nice.68.mcz

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

Name: 60Deprecated-nice.68
Author: nice
Time: 31 December 2019, 11:19:44.550069 pm
UUID: 1c3d81fb-4b27-4f70-8626-f48eb5740db9
Ancestors: 60Deprecated-mt.67

Deprecate RunArray>>mapValues:
companion change of Collections-nice.464

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

Item was added:
+ ----- Method: RunArray>>mapValues: (in category '*60Deprecated') -----
+ mapValues: mapBlock
+ 	"NOTE: only meaningful to an entire set of runs"
+ 	
+ 	self deprecated: 'Use #replace: instead'.
+ 	values := values collect: mapBlock!



More information about the Squeak-dev mailing list