<div>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?<br></div><div><br></div><div>Clinton</div>
<br><div class="gmail_quote">On Fri, May 28, 2010 at 10:23 AM, Yoshiki Ohshima <span dir="ltr">&lt;<a href="mailto:yoshiki@vpri.org">yoshiki@vpri.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
At Fri, 21 May 2010 21:35:14 -0600,<br>
<div><div class="h5">Clinton Blackmore wrote:<br>
&gt;<br>
&gt; Greetings.<br>
&gt;<br>
&gt; While I&#39;ve programmed for some time, I am new to Squeak.  I was wondering how I diff or compare two images that are<br>
&gt; largely similar (such as, say, Scratch vs Scratch For Second Life).  <br>
&gt;<br>
&gt; In other environments, I&#39;d run the source trees for each project/variation through a recursive diff tool -- Beyond<br>
&gt; Compare, Changes.app, Kompare, or even `diff` from the command line. How do I do something similar in Squeak?<br>
<br>
</div></div>  I made &quot;ImageBrowser&quot; while ago.  (It&#39;d require a little bit of<br>
adjustments for Scratch Images.)<br>
<br>
<a href="http://map.squeak.org/package/92e8f376-ba20-4c38-8b3a-abfb2bf24624" target="_blank">http://map.squeak.org/package/92e8f376-ba20-4c38-8b3a-abfb2bf24624</a><br>
<br>
  It traverses from the Smalltal dictionary in anoother image and<br>
fetch the method source and read methods from other .changes file.<br>
Then you can remove all identical methods.  So, it is basically a<br>
browser for code in another image.<br>
<font color="#888888"><br>
-- Yoshiki<br>
</font><div><div class="h5"><br>
_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@lists.squeakfoundation.org">Beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
</div></div></blockquote></div><br>