[Pkg] Monticello Public: MonticelloConfigurations-kph.49.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Tue Sep 16 23:03:10 UTC 2008


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

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

Name: MonticelloConfigurations-kph.49
Author: kph
Time: 17 September 2008, 12:03:07 am
UUID: 7627cf0f-0ad6-4512-a8a7-432dafe7e218
Ancestors: MonticelloConfigurations-djr.48

changed #load to use MCVersionLoader, this will take advantage of the multiple simultaneous package loading and atomic loading.


=============== Diff against MonticelloConfigurations-djr.48 ===============

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



More information about the Packages mailing list