<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Dec 20, 2012 at 6:05 AM, Frank Shearar <span dir="ltr">&lt;<a href="mailto:frank.shearar@gmail.com" target="_blank">frank.shearar@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">* <a href="http://ftp.squeak.org/4.4/Squeak4.4-12320.tgz" target="_blank">http://ftp.squeak.org/4.4/Squeak4.4-12320.tgz</a><br>

* <a href="http://ftp.squeak.org/4.4/Squeak4.4-12320.zip" target="_blank">http://ftp.squeak.org/4.4/Squeak4.4-12320.zip</a><br>
<br>
This should fix the MC failing tests.<br></blockquote><div><br></div><div style>This doesn&#39;t solve the dirty package problem though (<a href="http://lists.squeakfoundation.org/pipermail/squeak-dev/2012-December/167052.html">http://lists.squeakfoundation.org/pipermail/squeak-dev/2012-December/167052.html</a>).</div>
<div style><br></div><div style>I ran the following doIt in the above image:</div><div style><br></div><div style><div><font face="courier new, monospace"><br></font></div><div><font face="courier new, monospace">| trunk dirty |</font></div>
<div><font face="courier new, monospace">trunk := MCRepositoryGroup default repositories detect: </font></div><div><font face="courier new, monospace"><span class="" style="white-space:pre">        </span>[:ea | ea description = &#39;<a href="http://source.squeak.org/trunk&#39;">http://source.squeak.org/trunk&#39;</a>].</font></div>
<div><font face="courier new, monospace"><br></font></div><div><font face="courier new, monospace">dirty := Dictionary new.</font></div><div><font face="courier new, monospace">MCWorkingCopy allManagers collect:</font></div>
<div><font face="courier new, monospace"><span class="" style="white-space:pre">        </span>[:ea || changes |</font></div><div><font face="courier new, monospace"><span class="" style="white-space:pre">        </span>changes := ea changesRelativeToRepository: trunk.</font></div>
<div><font face="courier new, monospace"><span class="" style="white-space:pre">        </span>changes isEmpty ifFalse:</font></div><div><font face="courier new, monospace"><span class="" style="white-space:pre">                </span>[dirty at: ea put: changes]].</font></div>
<div><font face="courier new, monospace">^ dirty</font></div><div><br></div><div style>It takes a while, but it gives the following list of dirty packages:</div><div style><br></div><div style><div>Collections</div><div>FlexibleVocabularies</div>
<div>Graphics</div><div>Multilingual</div><div>SMLoader</div><div>ToolBuilder-Kernel</div><div><br></div><div style>Some of these are harmless, but we shouldn&#39;t ship the image without fixing at least Collections and ToolBuilder-Kernel.</div>
<div style><br></div><div style>Colin</div></div></div></div></div></div>