The Trunk: Monticello-bf.515.mcz

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

The Trunk: Monticello-bf.515.mcz

commits-2
Bert Freudenberg uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-bf.515.mcz

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

Name: Monticello-bf.515
Author: bf
Time: 4 July 2012, 3:18:54.949 pm
UUID: 4406a97b-9835-4e60-9672-f9a96ec92a27
Ancestors: Monticello-bf.514

This shouldn't ever happen, but it did, so better do something sensible.

=============== Diff against Monticello-bf.514 ===============

Item was changed:
  ----- Method: Class>>poolDictionaryNames (in category '*monticello') -----
  poolDictionaryNames
+ ^ self sharedPools collect: [:ea | self environment keyAtIdentityValue: ea ifAbsent: [ea name]]!
- ^ self sharedPools collect: [:ea | self environment keyAtIdentityValue: ea]!