[squeak-dev] The Trunk: Environments-fbs.10.mcz

Colin Putney colin at wiresong.com
Thu Jan 3 14:36:47 UTC 2013


On Thu, Jan 3, 2013 at 9:18 AM, <commits at source.squeak.org> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20130103/bd0dc31e/attachment.htm


More information about the Squeak-dev mailing list