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

commits at source.squeak.org commits at source.squeak.org
Thu Jan 3 15:25:36 UTC 2013


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

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

Name: Environments-fbs.11
Author: fbs
Time: 3 January 2013, 3:25:24.813 pm
UUID: f5e26755-ed03-48b7-b151-838e4d998ad3
Ancestors: Environments-fbs.10

For the moment - until we're sure about the proper API for environments - put things that mimic Dictionary methods in the compatibility protocol.

=============== Diff against Environments-fbs.10 ===============

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



More information about the Squeak-dev mailing list