The Trunk: Environments-cmm.4.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-cmm.4.mcz

commits-2
Chris Muller uploaded a new version of Environments to project The Trunk:
http://source.squeak.org/trunk/Environments-cmm.4.mcz

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

Name: Environments-cmm.4
Author: cmm
Time: 28 July 2012, 11:05:17.638 am
UUID: 80382ca3-1ba3-4bfc-8b9a-4a88fdf47402
Ancestors: Environments-fbs.3

- Environments broke loading Connectors.  Fix it.

=============== Diff against Environments-fbs.3 ===============

Item was added:
+ ----- Method: Environment>>at:ifAbsentPut: (in category 'accessing') -----
+ at: aSymbol ifAbsentPut: aBlock
+ ^ contents
+ at: aSymbol
+ ifAbsentPut: aBlock!