[squeak-dev] Re: Compression breakage

Chris Muller asqueaker at gmail.com
Fri Sep 17 00:07:28 UTC 2010


Worked, tank you!

On Thu, Sep 16, 2010 at 6:55 PM, Andreas Raab <andreas.raab at gmx.de> wrote:
> On 9/16/2010 4:39 PM, Chris Muller wrote:
>>
>> Hi Andreas, it looks like a recent change made to
>> ZipArchiveMember>>#writeDataTo: is causing an issue in creating a
>> zipped directory of files.
>>
>> I've added a simple test which demonstrates what I'm doing and the
>> problem.  (ZipArchiveTests>>#testCreateWithRelativeNames).  If I
>> revert the method this test works.  Can you help?
>
> At a guess, try the following:
>
> ZipDirectoryMember>>writeDataTo: aStream
>        "Write nothing. Directories have no contents to write."
>
> Cheers,
>  - Andreas
>
>



More information about the Squeak-dev mailing list