<div dir="ltr">Hi All,<div><br></div><div>    I&#39;m trying to deploy Spur in our Newspeak bootstrap at Cadence.  The starting point for the Newspeak bootstrap) is a Squeak4.3 image.</div><div><br></div><div>I have a Squeak4.3 image transformed by the Spur bootstrap to Spur format, which means it has a few method modifications to three packages:</div>
<div><br></div><div>Collections (changed Character methods now that Characters are immediate)</div><div>Kernel (changed Behavior &amp; ClassBuilder changes now that a class&#39;s format has changed, and instantiation interacts with the garbage collector differently)</div>
<div>System (changed SystemDictionary/SmalltalkImage methods now that there&#39;s a generation scavenger)</div><div><br></div><div>The Newspeak bootstrap loads versions of these packages that support Newspeak.  So the problem is to load the Newspeak versions of these packages without undoing the Spur bootstrap modifications.  As a quick hack I could patch the Monticello loader to avoid the modifications (they&#39;re marked by not having a source pointer but could be marked in some other way, e.g. a pragma).  That&#39;s a fine simple approach. But...</div>
<div><div><br></div><div>I just stumbled across Monticello&#39;s MCPatcher and the Backport button which claims to apply a partial delta to the ancestor of a package.  Does anyone who understands this code know if the code supports loading a package, without installing it, applying a partial set of changes (i.e. the relevant changes form the bootstrap) and saving the package as an mcz?  If it does then I could construct patched versions of the three packages and substitute them in the bootstrap instead of using the hack.</div>
-- <br>best,<div>Eliot</div>
</div></div>