[squeak-dev] The Inbox: Environments-fbs.5.mcz

H. Hirzel hannes.hirzel at gmail.com
Mon Aug 6 15:20:55 UTC 2012


Yes, please add it to trunk. Adding #removeKey:ifAbsent# to
Environment is not a problem for me.

HJH

On 8/6/12, Frank Shearar <frank.shearar at gmail.com> wrote:
> On 3 August 2012 21:12,  <commits at source.squeak.org> wrote:
>> A new version of Environments was added to project The Inbox:
>> http://source.squeak.org/inbox/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!
>
> In the interests of unblocking Dale, is someone other than I happy for
> this change to hit Trunk?
>
> frank
>
>


More information about the Squeak-dev mailing list