The Trunk: Environments-fbs.10.mcz

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

The Trunk: Environments-fbs.10.mcz

commits-2
Frank Shearar uploaded a new version of Environments to project The Trunk:
http://source.squeak.org/trunk/Environments-fbs.10.mcz

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

Name: Environments-fbs.10
Author: fbs
Time: 3 January 2013, 2:16:59.903 pm
UUID: 260febde-ffc4-439e-bdf4-437505bd545b
Ancestors: Environments-fbs.9

Environment >> #at:ifPresent:ifAbsent:.

=============== Diff against Environments-fbs.9 ===============

Item was added:
+ ----- Method: Environment>>at:ifPresent:ifAbsent: (in category 'accessing') -----
+ at: aSymbol ifPresent: presentBlock ifAbsent: absentBlock
+ ^ contents
+ at: aSymbol
+ ifPresent: presentBlock
+ ifAbsent: absentBlock.!


Reply | Threaded
Open this post in threaded view
|

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

Colin Putney-3



On Thu, Jan 3, 2013 at 9:18 AM, <[hidden email]> wrote:
Frank Shearar uploaded a new version of Environments to project The Trunk:
http://source.squeak.org/trunk/Environments-fbs.10.mcz

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

Name: Environments-fbs.10
Author: fbs
Time: 3 January 2013, 2:16:59.903 pm
UUID: 260febde-ffc4-439e-bdf4-437505bd545b
Ancestors: Environments-fbs.9

Environment >> #at:ifPresent:ifAbsent:.

=============== Diff against Environments-fbs.9 ===============

Item was added:
+ ----- Method: Environment>>at:ifPresent:ifAbsent: (in category 'accessing') -----
+ at: aSymbol ifPresent: presentBlock ifAbsent: absentBlock
+       ^ contents
+               at: aSymbol
+               ifPresent: presentBlock
+               ifAbsent: absentBlock.!

Could you put these in the 'compatibility' category so they're easy to find?

Thanks,

Colin 


Reply | Threaded
Open this post in threaded view
|

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

Frank Shearar-3
On 3 January 2013 14:36, Colin Putney <[hidden email]> wrote:

>
>
>
> On Thu, Jan 3, 2013 at 9:18 AM, <[hidden email]> wrote:
>>
>> Frank Shearar uploaded a new version of Environments to project The Trunk:
>> http://source.squeak.org/trunk/Environments-fbs.10.mcz
>>
>> ==================== Summary ====================
>>
>> Name: Environments-fbs.10
>> Author: fbs
>> Time: 3 January 2013, 2:16:59.903 pm
>> UUID: 260febde-ffc4-439e-bdf4-437505bd545b
>> Ancestors: Environments-fbs.9
>>
>> Environment >> #at:ifPresent:ifAbsent:.
>>
>> =============== Diff against Environments-fbs.9 ===============
>>
>> Item was added:
>> + ----- Method: Environment>>at:ifPresent:ifAbsent: (in category
>> 'accessing') -----
>> + at: aSymbol ifPresent: presentBlock ifAbsent: absentBlock
>> +       ^ contents
>> +               at: aSymbol
>> +               ifPresent: presentBlock
>> +               ifAbsent: absentBlock.!
>
>
> Could you put these in the 'compatibility' category so they're easy to find?

At least it did what I thought it would:
http://squeakci.org/job/ReleaseSqueakTrunk/44/artifact/target/Squeak4.5-12363.zip

Clean and hot off the press.

frank

> Thanks,
>
> Colin
>
>
>