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

commits at source.squeak.org commits at source.squeak.org
Sat May 4 18:15:38 UTC 2013


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

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

Name: Monticello-bf.541
Author: bf
Time: 4 May 2013, 8:14:31.441 pm
UUID: 5591439e-bb4f-495c-a876-8a2aacaddcac
Ancestors: Monticello-bf.540

When loading a package, enforce using the stored method category.

=============== Diff against Monticello-bf.540 ===============

Item was changed:
  ----- Method: MethodAddition>>notifyObservers (in category 'as yet unclassified') -----
  notifyObservers
  	SystemChangeNotifier uniqueInstance 
+ 		doSilently: [myClass organization classify: selector under: category suppressIfDefault: false].
- 		doSilently: [myClass organization classify: selector under: category].
  	priorMethodOrNil isNil
  		ifTrue: [SystemChangeNotifier uniqueInstance methodAdded: compiledMethod selector: selector inProtocol: category class: myClass requestor: requestor]
  		ifFalse: [SystemChangeNotifier uniqueInstance methodChangedFrom: priorMethodOrNil to: compiledMethod selector: selector inClass: myClass requestor: requestor].
  	"The following code doesn't seem to do anything."
  	myClass instanceSide noteCompilationOf: selector meta: myClass isClassSide.
  !



More information about the Packages mailing list