Hi Tim, I know Guille has been working with Metacello issues, but I don't know if specifically on this. But for me, it is correct that by default package loading is not logged by Epicea. Let me know if you open an issue and I will take a look.
Hernán El lun, 22 jul 2024 a las 16:08, Tim Mackinnon (<tim@testit.works>) escribió: > 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 > > >