[Newbies] How do I diff two images?

Clinton Blackmore clinton.blackmore at gmail.com
Fri May 28 16:55:31 UTC 2010


Very interesting.  It looks like I will probably not get to try any of these
methods until next week, but, what sort of adjustments do you think it would
need for Scratch images?

Clinton

On Fri, May 28, 2010 at 10:23 AM, Yoshiki Ohshima <yoshiki at vpri.org> wrote:

> At Fri, 21 May 2010 21:35:14 -0600,
> Clinton Blackmore wrote:
> >
> > Greetings.
> >
> > While I've programmed for some time, I am new to Squeak.  I was wondering
> how I diff or compare two images that are
> > largely similar (such as, say, Scratch vs Scratch For Second Life).
> >
> > In other environments, I'd run the source trees for each
> project/variation through a recursive diff tool -- Beyond
> > Compare, Changes.app, Kompare, or even `diff` from the command line. How
> do I do something similar in Squeak?
>
>   I made "ImageBrowser" while ago.  (It'd require a little bit of
> adjustments for Scratch Images.)
>
> http://map.squeak.org/package/92e8f376-ba20-4c38-8b3a-abfb2bf24624
>
>  It traverses from the Smalltal dictionary in anoother image and
> fetch the method source and read methods from other .changes file.
> Then you can remove all identical methods.  So, it is basically a
> browser for code in another image.
>
> -- Yoshiki
>
> _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/beginners/attachments/20100528/d943f7e8/attachment.htm


More information about the Beginners mailing list