The Trunk: Environments-fbs.5.mcz

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

The Trunk: Environments-fbs.5.mcz

commits-2
Nicolas Cellier uploaded a new version of Environments to project The Trunk:
http://source.squeak.org/trunk/Environments-fbs.5.mcz

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

Name: Environments-fbs.5
Author: fbs
Time: 3 August 2012, 9:11:57.622 pm
UUID: 07a930ba-2277-4253-8810-25012ba8e67f
Ancestors: Environments-cmm.4

Colin Putney will point out that Environments should actually provide a higher-level API than Dictionary. This is a compatibility call.

=============== Diff against Environments-cmm.4 ===============

Item was added:
+ ----- Method: Environment>>removeKey:ifAbsent: (in category 'accessing') -----
+ removeKey: key ifAbsent: aBlock
+ self flag: #review.
+ ^ contents removeKey: key ifAbsent: aBlock!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Environments-fbs.5.mcz

Colin Putney-3



On Sun, Mar 10, 2013 at 3:42 PM, <[hidden email]> wrote:
 
Colin Putney will point out that Environments should actually provide a higher-level API than Dictionary. This is a compatibility call.

Uggh. Apparently I'm getting predictable. Gotta work on some new material.