[Pkg] Monticello Public: MonticelloConfigurations-cds.50.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Wed Sep 17 14:11:43 UTC 2008


A new version of MonticelloConfigurations was added to project Monticello Public:
http://www.squeaksource.com/mc/MonticelloConfigurations-cds.50.mcz

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

Name: MonticelloConfigurations-cds.50
Author: cds
Time: 17 September 2008, 10:11:12 am
UUID: 78f4111c-622a-4433-9212-369b072dbc42
Ancestors: MonticelloConfigurations-kph.49

Patched MCConfiguration>>load to fix type (missing period) and missing #new

=============== Diff against MonticelloConfigurations-kph.49 ===============

Item was changed:
  ----- Method: MCConfiguration>>load (in category 'actions') -----
  load
+ 	MCVersionLoader new in: [ :loader |
- 	MCVersionLoader in: [ :loader |
  		
  		self depsSatisfying: [:dep | dep isCurrent not]
  			versionDo: [:ver | loader addVersion: ver ]
+ 			displayingProgress: 'loading packages'.
- 			displayingProgress: 'loading packages'
  	
+ 		loader load
- 	loader load
  
  	].!



More information about the Packages mailing list