Hi Andreas,<br><br><div class="gmail_quote">On Fri, Mar 6, 2009 at 11:20 PM, Andreas Raab <span dir="ltr">&lt;<a href="mailto:andreas.raab@gmx.de">andreas.raab@gmx.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Hi Eliot -<br>
<br>
I&#39;ve just successfully converted a 3.10.2 image to closures (see follow-on message to Squeak-dev). In the process, the following three problems occurred:<br>
<br>
1) DecompilerTests is not present in 3.10 and PreRecompilationPatches.st doesn&#39;t load unless you remove the modification to DecompilerTests.<br>
<br>
2) #isMessageNode is not understood by ParseNode or MessageNode but sent in the recompilation process. I&#39;m not sure where this is coming from (or where it should be); it could be a bug in 3.10.<br>
<br>
3) Recompilation of Preferences results in spurious ERROR listings in the transcript during recompilation. Again, no idea where this comes from.<br>
<br>
Other than that the conversion went entirely flawless.</blockquote><div><br></div><div>Thanks!  Usage is building.  I got the following classic bug from Lukas Renggli this a.m. (I don&#39;t have a fix yet)</div><div><br>
</div><div> | col |</div><div>  col := OrderedCollection new.</div><div>  1 to: 11 do: [ :each | col add: [ each ] ].</div><div>   col collect: [ :each | each value ])</div><div><br></div><div>answers #(12 12 12 12 12 12 12 12 12 12 12) instead of #(1 2 3 4 5 6 7 8 9 10 11).</div>
<div><br></div><div>(Sigh...)</div><div><br>
<br>
Cheers,<br><font color="#888888">
  - Andreas<br>
</font></div></div><br>