(subject changed;<span class="Apple-style-span" style="font-size: small;"> was&nbsp;</span><span class="Apple-style-span" style="border-collapse: collapse; "><span class="Apple-style-span" style="font-size: small;">Anyone know the following about Slang?)</span></span><br>
<br><div class="gmail_quote">On Mon, Jul 7, 2008 at 3:18 AM, Keith Hodges &lt;<a href="mailto:keith_hodges@yahoo.co.uk" target="_blank">keith_hodges@yahoo.co.uk</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div>Eliot Miranda wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
David,<br>
<br>
 &nbsp; &nbsp;thanks a lot! &nbsp;I have some integration to do :) &nbsp; Not least I want to integrate the pragma support in 3.9 back into 3.8 because using pragmas instead of the null statements (self var: #foo type: #barf) etc is so much nicer. &nbsp;I also have to produce bootstraps for the closure compiler in a few images, e.g. Croquet 1.0, 3.9, 3.10 &amp; Spoon. &nbsp;Once I get the Croquet bootstrap done I would welcome volunteers for the others.<br>


<br>
cheers!<br>
</blockquote></div>
I am curious as to how you intent to distribute these backported bootstraps? Is this something <a href="http://installer.pbwiki.com/LevelPlayingField" target="_blank">http://installer.pbwiki.com/LevelPlayingField</a> can help you with?</blockquote>

<div><br>I&#39;m not yet sure how I&#39;ll distribute. &nbsp;Ideally I think a set of Monticello packages plus a Monticello package containing a bootstrap script. &nbsp;This is what I have internally for our Qwaq Forums image bootrtap (derived from Croquet 1.0, in turn derived from 3.8).<br>

<br>But when I tried to modify this bootstrap to boot a minimal 3.8 for testing the new VM I failed to get it working and gave up after about a day and a half. &nbsp;The thing I know will work is a set of change sets but that&#39;s not ideal. &nbsp;<br>
<br>Thanks for the pointer to LPF. &nbsp;That could indeed help. &nbsp;But the real issue with this bootstrap is the related changes straddling Compiler (a new compiler for Closures), Kernel (a new BlockClosure and related changes in ContextPart, InstructionStream, CompiledMethod et al), System (new specialObjectsArray etc) and Tools (new interface between debugger and contexts). &nbsp;It is really easy to break the debugger when loading the bootstrap incorrectly and that makes working out what&#39;s wrong tricky. &nbsp;So progress is slow.<br>
<br>Moving to change sets is easier because one doesn&#39;t have to filter out as many extraneous changes in a package which are the result of other changes unrelated to closures.</div></div>