[Pkg] Installer: Installer-Core-mtf.236.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Tue Oct 14 17:14:16 UTC 2008


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

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

Name: Installer-Core-mtf.236
Author: mtf
Time: 14 October 2008, 10:15:14 am
UUID: 42f7aa5e-d26a-4d01-8a35-43825caa61f7
Ancestors: Installer-Core-kph.235

Universes got broken in the refactor. Fixed

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

Item was changed:
  ----- Method: Installer class>>universe (in category 'universe') -----
  universe
  
+ 	^ InstallerUniverse default!
- 	^ InstallerUniverse new universe: (self classUGlobalInstaller universe: self classUUniverse systemUniverse)!

Item was added:
+ ----- Method: InstallerUniverse class>>default (in category 'instance creation') -----
+ default
+ 
+ 	^ self universe: (self classUGlobalInstaller universe: self classUUniverse systemUniverse)!

Item was added:
+ ----- Method: InstallerUniverse class>>universe: (in category 'instance creation') -----
+ universe: u
+ 
+ 	^ self new universe: u!



More information about the Packages mailing list