<div dir="ltr">Sorry to push such insignificant change (it&#39;s waiting a more serious occasion in one of my images for 3 years),<br>but I wanted to trigger a <a href="http://build.squeak.org">build.squeak.org</a> CI build...<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-05-24 23:24 GMT+02:00  <span dir="ltr">&lt;<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Nicolas Cellier uploaded a new version of Compression to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Compression-nice.42.mcz" target="_blank">http://source.squeak.org/trunk/Compression-nice.42.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Compression-nice.42<br>
Author: nice<br>
Time: 24 May 2014, 11:24:05.218 pm<br>
UUID: c9c66aed-c87d-4c7f-8518-fda5842f46c2<br>
Ancestors: Compression-eem.41<br>
<br>
Cosmetic refactoring:<br>
(aCollection anySatisfy: aBlock) not -&gt; (aCollection noneSatisfy: aBloc)<br>
<br>
=============== Diff against Compression-eem.41 ===============<br>
<br>
Item was changed:<br>
  ----- Method: Archive&gt;&gt;canWriteToFileNamed: (in category &#39;archive operations&#39;) -----<br>
  canWriteToFileNamed: aFileName<br>
        &quot;Catch attempts to overwrite existing zip file&quot;<br>
+       ^members noneSatisfy: [ :ea | ea usesFileNamed: aFileName ].<br>
-       ^(members anySatisfy: [ :ea | ea usesFileNamed: aFileName ]) not.<br>
  !<br>
<br>
<br>
</blockquote></div><br></div>