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

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Sun Jun 8 20:35:47 UTC 2008


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

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

Name: Monticello.impl-kph.520
Author: kph
Time: 8 June 2008, 9:33:24 pm
UUID: aa488473-74a0-40eb-bbe9-ed09f21ef704
Ancestors: Monticello.impl-kph.519

removed fixObsoleteReferences so that we can load into squeak light, according to mtf

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

Item was changed:
  ----- Method: MCWorkingCopy class>>initialize (in category 'as yet unclassified') -----
  initialize
  	Smalltalk 
  		at: #MczInstaller
  		ifPresent: [:installer | self adoptVersionInfoFrom: installer].
  
  	registry ifNotNil:[registry rehash]. "changed #="
  	self allInstancesDo:[:each| "moved notifications"
  		Smalltalk at: #SystemChangeNotifier ifPresent:[:cls|
  			cls uniqueInstance noMoreNotificationsFor: each.
  		].
  	].
  	self registerForNotifications.
  	
+   !
-   	SmalltalkImage current fixObsoleteReferences.
- !



More information about the Packages mailing list