[Pkg] The Trunk: Collections-ul.452.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Aug 4 01:06:08 UTC 2011


Levente Uzonyi uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-ul.452.mcz

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

Name: Collections-ul.452
Author: ul
Time: 3 August 2011, 1:43:28.439 am
UUID: 41117943-c9ee-8142-ae4f-908517bf8352
Ancestors: Collections-ul.451

Removed unnecessary blocks.

=============== Diff against Collections-ul.451 ===============

Item was changed:
  ----- Method: RunArray>>mapValues: (in category 'private') -----
  mapValues: mapBlock
  	"NOTE: only meaningful to an entire set of runs"
+ 	
+ 	values := values collect: mapBlock!
- 	values := values collect: [:val | mapBlock value: val]!



More information about the Packages mailing list