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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Wed Sep 17 20:01:18 UTC 2008


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

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

Name: MonticelloConfigurations-cds.51
Author: cds
Time: 17 September 2008, 4:00:46 pm
UUID: 42d2d929-e186-446c-be79-4e4802b5cab2
Ancestors: MonticelloConfigurations-cds.50

Undoing change from .49 and .50.  These had a negative impact on the order of class initialization during package loading.

=============== Diff against MonticelloConfigurations-cds.50 ===============

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



More information about the Packages mailing list