<div dir="ltr">Yes, as I already said, I corrected the decompiler to be in line with the modification of Compiler by Eliot, and the recompilation of the system &quot;fait monter la mayonnaise&quot; (sorry, no time to dig for an english translation).<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/4/17 Frank Shearar <span dir="ltr">&lt;<a href="mailto:frank.shearar@gmail.com" target="_blank">frank.shearar@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I don&#39;t usually complain about tests passing, but in this case tests<br>
have passed that used to fail, but not because of code changes.<br>
<br>
<a href="http://build.squeak.org/job/SqueakTrunk/272/testReport/" target="_blank">http://build.squeak.org/job/SqueakTrunk/272/testReport/</a> shows failures<br>
in decompiling and method highlighting that don&#39;t exist in<br>
<a href="http://build.squeak.org/job/SqueakTrunk/273/testReport/" target="_blank">http://build.squeak.org/job/SqueakTrunk/273/testReport/</a><br>
<br>
The difference? I rebuilt the image under test: 273&#39;s image is<br>
4.4-12327 updated to trunk, run through the release process [1] and<br>
then shrunk [2].<br>
<br>
I _imagine_ the forced recompilation of everything is what&#39;s made the<br>
tests pass?<br>
<br>
frank<br>
<br>
[1]<br>
Form openAsBackground: (FileDirectory default / &#39;..&#39; /<br>
&#39;resources/wallpaper.png&#39;) pathName.<br>
Workspace allInstances do: [:w | w topView delete].<br>
ReleaseBuilderFor4dot5 prepareNewBuild. &quot;this calls Compiler recompileAll&quot;<br>
Smalltalk snapshot: true andQuit: true.<br>
<br>
<br>
[2]<br>
#(&#39;39Deprecated&#39; &#39;311Deprecated&#39; &#39;45Deprecated&#39; &#39;Nebraska&#39; &#39;Universes&#39;<br>
&#39;XML-Parser&#39;) do: [ :pkgName |<br>
    (MCPackage named: pkgName) unload.<br>
    MCMcmUpdater disableUpdatesOfPackage: pkgName].<br>
<br>
Smalltalk cleanUp.<br>
<br>
</blockquote></div><br></div>