Re: [Pharo-dev] How to listen Monticello load start/end (and origin of changes)

2015-12-04 Thread Andrei Chis
Hi Martin, Interesting solution but it feels a bit like a hack. For the GTools we made a solution that triggers a custom announcer before and after a Monticello load. We'll make a slice later today. Cheers, Andrei On Thu, Dec 3, 2015 at 3:46 PM, Martin Dias wrote: > Hi,

Re: [Pharo-dev] How to listen Monticello load start/end (and origin of changes)

2015-12-04 Thread Andrei Chis
Hi, A fix is now available that uses custom announcements to signal the start/end of a monticello version load (MCVersionLoaderStartAnnouncement, MCVersionLoaderStopAnnouncement) A review is required: https://pharo.fogbugz.com/f/cases/17186 Cheers, Andrei On Fri, Dec 4, 2015 at 1:52 PM, Andrei

[Pharo-dev] How to listen Monticello load start/end (and origin of changes)

2015-12-03 Thread Martin Dias
Hi, Doru asked me how does Epicea listen this information, and I created a snippet to demo it *in a plain Pharo 5 image* (no need to load Epicea before). Maybe somebody else is interested, that's why I share it with everybody. You can open a Transcript and evaluate the following snippet. After