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/