[Pharo-project] Is SystemChangeNotifier notifying about protocol changed (with what changed)?
Hi guys I'm trying to work on the integration of the new Rapckage implementation and for this I'm trying to shield myself from event and building system anouncements.... Now when a protocol is added in a class, I get a reorganized event but I do not get the changed element.... And I checked and I see that: notifyOfChangedCategoriesFrom: oldCollectionOrNil to: newCollectionOrNil (self hasSubject and: [oldCollectionOrNil ~= newCollectionOrNil]) ifTrue: [SystemChangeNotifier uniqueInstance classReorganized: self subject]. Am I correct to think that systemNotification does not raised what changed :( arghhhhhhh Stef
(arghhhhhhh too) * * *I think* that I'm having the same problem, but with: *SystemChangeNotifier uniqueInstance classAdded: newClass inCategory: newCategory* the environment of newClass has an organization that isn't SystemOrganization (is another instance of SystemOrganizer). The problem is that the newClass doesn't get set up in the instance variable category the newCategory. Any help? 2010/7/15 Stéphane Ducasse <stephane.ducasse@inria.fr>
Hi guys
I'm trying to work on the integration of the new Rapckage implementation and for this I'm trying to shield myself from event and building system anouncements....
Now when a protocol is added in a class, I get a reorganized event but I do not get the changed element.... And I checked and I see that:
notifyOfChangedCategoriesFrom: oldCollectionOrNil to: newCollectionOrNil (self hasSubject and: [oldCollectionOrNil ~= newCollectionOrNil]) ifTrue: [SystemChangeNotifier uniqueInstance classReorganized: self subject].
Am I correct to think that systemNotification does not raised what changed :( arghhhhhhh
Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Germán Leiva LeivaGerman@gmail.com
participants (2)
-
Germán Leiva -
Stéphane Ducasse