Should be useful, especially for Pharo (incoming pakage-less fixes). ----- Original Message ----- From: "Matthew Fulmer" <tapplek@gmail.com> To: <pharo-project@lists.gforge.inria.fr> Sent: Tuesday, October 07, 2008 5:31 PM Subject: Re: [Pharo-project] A .mcz of Pinesoft'saccumulatedfixesapplicableto Pharo
On Thu, Oct 02, 2008 at 11:44:21AM +0100, Gary Chambers wrote:
Indeed. I've poked around a bit and it doesn't pick up stuff in image for new packages it would seem. Only changes for previous versions of the package being merged. I think it looks possible to change it to do so though!
http://bugs.squeak.org/view.php?id=7208
I'll look into it. I just rewrote the image snapshotting code, so I think I know what to do.
The diff tool takes two snapshots and compares them. Image snapshots are built from the MethodReferences passed in from PackageInfo. To make a diff with overrides, the snapshot will have to additionally snapshot any methods or classes that appear in the compared package. That shouldn't be too hard.
-- Matthew Fulmer -- http://mtfulmer.wordpress.com/
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project