[Cuis-dev] [DEFECT] Can't zip Cuis' sources file

Gerald Klix cuis.01 at klix.ch
Tue Nov 14 05:20:55 PST 2023


Hi all, Hi Juan,

The following snippet does not terminate (within reasonable time, 20h):

(z1 := ZipArchive new) zipFileComment: 'ZIP test'.
z1
	addFile: SourceFiles first fileEntry as: 'f1';
	writeToFileNamed: 'test.zip';
	close.

Adding small test files, created like this: echo test > test.txt ,
however does work:

(z3 := ZipArchive new) zipFileComment: 'ZIP test'.
z3
	addFile: Smalltalk imageName as: 'f3';
	writeToFileNamed: 'test.zip';
	close.



Best Regards,

Gerald


More information about the Cuis-dev mailing list