[Pharo-project] selectors vs. localSelectors in condenseChanges
Hi, in the condenseChanges method the message moveChangesTo: is heavily called. And this method exports changes for all selectors of the behavior. But I suppose that we want to process only local selectors here. Can some traits guy confirm that we should replace call of the message #selectors with #localSelectors here? Cheers -- Pavel
On Nov 12, 2012, at 9:45 AM, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
Hi,
in the condenseChanges method the message moveChangesTo: is heavily called. And this method exports changes for all selectors of the behavior. But I suppose that we want to process only local selectors here. Can some traits guy confirm that we should replace call of the message #selectors with #localSelectors here?
Yes, I think so. Marcus -- Marcus Denker -- http://marcusdenker.de
participants (2)
-
Marcus Denker -
Pavel Krivanek