[squeak-dev] The Trunk: Compression-nice.42.mcz

Eliot Miranda eliot.miranda at gmail.com
Sun May 25 20:28:33 UTC 2014


On Sat, May 24, 2014 at 2:27 PM, Nicolas Cellier <
nicolas.cellier.aka.nice at gmail.com> wrote:

> Sorry to push such insignificant change (it's waiting a more serious
> occasion in one of my images for 3 years),
> but I wanted to trigger a build.squeak.org CI build...
>

nothing to apologize for.  (allSatisfy:) not.  Really?? :-)


>
>
> 2014-05-24 23:24 GMT+02:00 <commits at source.squeak.org>:
>
> Nicolas Cellier uploaded a new version of Compression to project The Trunk:
>> http://source.squeak.org/trunk/Compression-nice.42.mcz
>>
>> ==================== Summary ====================
>>
>> Name: Compression-nice.42
>> Author: nice
>> Time: 24 May 2014, 11:24:05.218 pm
>> UUID: c9c66aed-c87d-4c7f-8518-fda5842f46c2
>> Ancestors: Compression-eem.41
>>
>> Cosmetic refactoring:
>> (aCollection anySatisfy: aBlock) not -> (aCollection noneSatisfy: aBloc)
>>
>> =============== Diff against Compression-eem.41 ===============
>>
>> Item was changed:
>>   ----- Method: Archive>>canWriteToFileNamed: (in category 'archive
>> operations') -----
>>   canWriteToFileNamed: aFileName
>>         "Catch attempts to overwrite existing zip file"
>> +       ^members noneSatisfy: [ :ea | ea usesFileNamed: aFileName ].
>> -       ^(members anySatisfy: [ :ea | ea usesFileNamed: aFileName ]) not.
>>   !
>>
>>
>>
>
>
>
>


-- 
best,
Eliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20140525/aeddeae4/attachment.htm


More information about the Squeak-dev mailing list