[Pkg] Installer: Installer-Core-kph.324.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Mon Jul 20 22:40:15 UTC 2009


A new version of Installer-Core was added to project Installer:
http://www.squeaksource.com/Installer/Installer-Core-kph.324.mcz

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

Name: Installer-Core-kph.324
Author: kph
Time: 20 July 2009, 11:40:09 pm
UUID: 750c2a2e-d661-4730-92f2-4b85fc3d049e
Ancestors: Installer-Core-kph.323

still fixing fromUrl:

=============== Diff against Installer-Core-kph.323 ===============

Item was changed:
  ----- Method: Installer class>>fromUrl: (in category 'url') -----
  fromUrl: aUrl
  
  	"try and pick an Installer appropriate for the Url"
  	| inst | 
  	((aUrl endsWith: '.mcz') or: [ aUrl endsWith: '.mcm' ])
+ 	ifTrue: [ inst := Installer mc fromUrl: aUrl.
+ 		inst packages isEmpty ifFalse: [ ^ inst ]
+ 	] .
- 	ifTrue: [ inst :=  Installer mc fromUrl: aUrl ] .
  	
+ 	^ Installer url: aUrl 
- 	^ inst packages isEmpty 
- 		ifFalse: [ inst ]
- 		ifTrue: [ Installer url: aUrl ]
  	!



More information about the Packages mailing list