[Pkg] The Trunk: Monticello-bf.449.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Apr 4 16:35:47 UTC 2011


Bert Freudenberg uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-bf.449.mcz

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

Name: Monticello-bf.449
Author: bf
Time: 4 April 2011, 6:35:26.515 pm
UUID: 69f9c68d-9545-44d1-905f-18f77f95cb59
Ancestors: Monticello-bf.448

- revert MCRepository>>highestNumberedVersionNameForPackageNamed:
- the argument is a package name, the additional stripping introduced in Monticello-ul.444 stripped off part of the package name
- this fixes installing via Installer

=============== Diff against Monticello-bf.448 ===============

Item was changed:
  ----- Method: MCRepository>>highestNumberedVersionNameForPackageNamed: (in category 'versions') -----
  highestNumberedVersionNameForPackageNamed: aString 
+ 	^ (self versionNamesForPackageNamed: aString)
- 	^ (self versionNamesForPackageNamed: aString asMCVersionName packageName)
  		ifNil: [ self error: aString , ' not found in ' , self asString ]
  		ifNotNilDo:
  			[ : pkg | pkg detectMax:
  				[ : each | each versionNumber ] ]!



More information about the Packages mailing list