+10 - Weak subscriptions are a must. Absent that, we'll end up with bloated images and lots of unhappy users.
________________________________________ From: [email protected] [[email protected]] On Behalf Of Igor Stasenko [[email protected]] Sent: Sunday, September 19, 2010 8:01 PM To: [email protected] Subject: Re: [Pharo-project] about events :) On 19 September 2010 16:42, Juan Vuletich <[email protected]> wrote: > Stéphane Ducasse wrote: >> >> hi >> may be I'm wrong but I have the impression that we have around three >> different kinds of event system in the system >> >> - actionMap >> - announcement >> - changed: >> Could we simplify that? >> Stef >> > > Yes! Kill #changed: And if you adopt announcements, kill actionMap too! > amen. But we have to add weak subscriptions to announcements first, otherwise you won't be able to properly reimplement actionMap/changed: without that. I provided some code for that, but i'm not sure if it integrated into pharo yet. > Cheers, > Juan Vuletich > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Best regards, Igor Stasenko AKA sig. _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
