[Cuis-dev] [DEFECT] Can't zip Cuis' sources file
Juan Vuletich
juan at cuis.st
Tue Nov 21 12:12:00 PST 2023
On 11/14/2023 10:20 AM, Gerald Klix via Cuis-dev wrote:
> 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
Hi Gerald,
I just pushed a fix to GitHub. Thanks for reporting.
Cheers,
--
Juan Vuletich
cuis.st
github.com/jvuletich
researchgate.net/profile/Juan-Vuletich
independent.academia.edu/JuanVuletich
patents.justia.com/inventor/juan-manuel-vuletich
linkedin.com/in/juan-vuletich-75611b3
twitter.com/JuanVuletich
More information about the Cuis-dev
mailing list