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!