The Trunk: Environments-fbs.9.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Environments-fbs.9.mcz

commits-2
Colin Putney uploaded a new version of Environments to project The Trunk:
http://source.squeak.org/trunk/Environments-fbs.9.mcz

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

Name: Environments-fbs.9
Author: fbs
Time: 2 January 2013, 10:51:07.232 pm
UUID: c2996611-b252-4942-a8a3-2ae7db6995ac
Ancestors: Environments-cwp.8

The ReleaseSqueakTrunk CI job fails because it raises a debugger. This avoids that problem.

=============== Diff against Environments-cwp.8 ===============

Item was added:
+ ----- Method: Environment>>do: (in category 'enumerating') -----
+ do: aBlock
+ "Evaluate aBlock for each of the receiver's values."
+
+ contents valuesDo: aBlock!