[Pkg] Monticello Public: Monticello.impl-kph.603.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Mon Dec 8 05:38:17 UTC 2008


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

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

Name: Monticello.impl-kph.603
Author: kph
Time: 8 December 2008, 5:38:06 am
UUID: 40c71644-fe42-4be8-99bf-2ac79aa548b1
Ancestors: Monticello.impl-kph.602

current repo at the bottom of the list

=============== Diff against Monticello.impl-kph.602 ===============

Item was changed:
  ----- Method: MCRepositoryGroup>>repositories (in category 'as yet unclassified') -----
  repositories
+ 	^ ((Array with: MCCacheRepository default), repositories) select: [ :ea | ea isValid ]!
- 
- 	| r |
- 	r := repositories select: [ :ea | ea isValid ].
- 
- 	self useCache ifFalse: [ ^ r ].
- 	
- 	r size > 0 
- 		ifTrue: [ r add: MCCacheRepository default afterIndex: 1 ]
- 		ifFalse: [ r := Array with: MCCacheRepository default ].
- 		
- 	^ r	
- 
- 
- !



More information about the Packages mailing list