[squeak-dev] Re: Compression breakage

Andreas Raab andreas.raab at gmx.de
Thu Sep 16 23:55:36 UTC 2010


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