<div dir="ltr"><div>Since Compression is loaded before Monticello in the current config map, it should work without a new config map.<br></div>Let me know if something goes wrong.<br></div><div class="gmail_extra"><br><br>
<div class="gmail_quote">2013/6/3 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">
<div class="HOEnZb"><div class="h5">On 2 June 2013 22:42, Frank Shearar &lt;<a href="mailto:frank.shearar@gmail.com">frank.shearar@gmail.com</a>&gt; wrote:<br>
&gt; On 2 June 2013 21:44,  &lt;<a href="mailto:commits@source.squeak.org">commits@source.squeak.org</a>&gt; wrote:<br>
&gt;&gt; Nicolas Cellier uploaded a new version of System to project The Trunk:<br>
&gt;&gt; <a href="http://source.squeak.org/trunk/System-nice.543.mcz" target="_blank">http://source.squeak.org/trunk/System-nice.543.mcz</a><br>
&gt;&gt;<br>
&gt;&gt; ==================== Summary ====================<br>
&gt;&gt;<br>
&gt;&gt; Name: System-nice.543<br>
&gt;&gt; Author: nice<br>
&gt;&gt; Time: 2 June 2013, 10:44:36.921 pm<br>
&gt;&gt; UUID: 19ac715d-ab64-4efb-8b9c-7c3937ead6f0<br>
&gt;&gt; Ancestors: System-fbs.542<br>
&gt;&gt;<br>
&gt;&gt; Correct utf8 everywhere bug: MczInstaller does not understand zip<br>
&gt;&gt;<br>
&gt;&gt; =============== Diff against System-fbs.542 ===============<br>
&gt;&gt;<br>
&gt;&gt; Item was changed:<br>
&gt;&gt;   ----- Method: MczInstaller&gt;&gt;parseMember: (in category &#39;utilities&#39;) -----<br>
&gt;&gt;   parseMember: memberOrName<br>
&gt;&gt;         | member contents tokens |<br>
&gt;&gt; +       member := zip member: memberOrName.<br>
&gt;&gt; -       member := self zip member: memberOrName.<br>
&gt;&gt;         contents := self contentsForMember: member.<br>
&gt;&gt;         tokens := (self scanner scanTokens: contents) first.<br>
&gt;&gt;         ^ self associate: tokens!<br>
&gt;<br>
&gt; I think we might need a config map. I can&#39;t update my image because<br>
&gt; MCMczReader doesn&#39;t understand #contentStreamFromEncoding:, which<br>
&gt; means some parts of the UTF-8 work&#39;s loaded, but now I can&#39;t load the<br>
&gt; rest.<br>
&gt;<br>
&gt; Or maybe I&#39;m too tired and the problem will go away in the morning.<br>
<br>
<br>
</div></div>I must have been mid-migration or something, because this morning I<br>
took a clean 4.5 from back in the day and upgraded it to this commit<br>
without any trouble!<br>
<span class="HOEnZb"><font color="#888888"><br>
frank<br>
<br>
</font></span></blockquote></div><br></div>