[Pharo-project] Changes in announcements
Hi, I was reviewing with Esteban about the lack of some announcements in the system and some bugs in other ones. I've been working on that for this week. This is the list: -MethodRename -Snapshot -Session (i don't know if this is necessary) -VariableAdded (one for every kind) -VariableRemoved (one for every kind) -Protocols (add/modif/remove/rename) -TraitComposition - When a package is created, the announcement is not released This only happens when a class is created with that category. -When I modify a class and also I change its category, then only class recategorized announcement is sent -Package removed is not sent
thanks ezequiel. Stef On Nov 27, 2012, at 11:09 AM, Ezequiel Lamonica wrote:
Hi,
I was reviewing with Esteban about the lack of some announcements in the system and some bugs in other ones.
I've been working on that for this week.
This is the list:
-MethodRename -Snapshot -Session (i don't know if this is necessary) -VariableAdded (one for every kind) -VariableRemoved (one for every kind) -Protocols (add/modif/remove/rename) -TraitComposition - When a package is created, the announcement is not released This only happens when a class is created with that category. -When I modify a class and also I change its category, then only class recategorized announcement is sent -Package removed is not sent
nice! On 2012-11-30, at 10:43, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
thanks ezequiel.
Stef
On Nov 27, 2012, at 11:09 AM, Ezequiel Lamonica wrote:
Hi,
I was reviewing with Esteban about the lack of some announcements in the system and some bugs in other ones.
I've been working on that for this week.
This is the list:
-MethodRename -Snapshot -Session (i don't know if this is necessary) -VariableAdded (one for every kind) -VariableRemoved (one for every kind) -Protocols (add/modif/remove/rename) -TraitComposition - When a package is created, the announcement is not released This only happens when a class is created with that category. -When I modify a class and also I change its category, then only class recategorized announcement is sent -Package removed is not sent
participants (3)
-
Camillo Bruni -
Ezequiel Lamonica -
Stéphane Ducasse