[Pkg] The Trunk: Monticello-bf.515.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jul 4 13:19:26 UTC 2012


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]!



More information about the Packages mailing list