This looks interesting, and I will definitely check it out.

As a small side query - i've noticed a few times now that people are giving 
load instructions like : 
EpMonitor disableDuring: [ 
        Metacello new   

I understand that this de-clutters the work history, so its much easier track 
real changes - however why isn't there an extension on Metacello in Pharo, that 
does this automatically - e.g.  #loadWithoutLogging ?

Then everyones instructions could be much cleaner - and this extension might 
also do something clever to log that you loaded a baseline - but not show all 
the code loaded?

I'm curuious on this - and possibly its PR we should submit?

Tim

On Mon, 22 Jul 2024, at 7:57 AM, Hernán Morales Durand wrote:
> Dear Pharo community,
> 
> I am happy to present a new tool designed specifically for comparing classes 
> in Pharo. It provides a two-sided list of methods, so you can quickly 
> understand the relationships between two classes.
> 
> The project location is on GitHub:
> 
> https://github.com/hernanmd/class-diff
> 
> Feel free to send comments and contributions via PRs.
> Have a great day,
> 
> Hernán
> 

Reply via email to