NVHTarGzip
NVHTarGzip copied to clipboard
sync unGzipFileAtPath-Method never reports a NSError
tested with not-available source file and a currupt/wrong (no gzip) source file --> no NSError is delivered, but a 0-Byte destination-File will be created.
seems to be an issue?!
Probably related to #4?
maybe related?! but in my case there is no crash, only missing error-reporting, and the leaving 0-Byte-destination File in the second case.
are you planning a fix/new release ?
Just merged it in and released a new version. Let me know if it fixes your problem
no sorry, both problems still exists.
- if source file ist not-available on filesystem --> No NSError is reported and a 0-Byte destination File is created.
- if source-file is NOT Gzipped --> No NSError is reported
Tested with unGzipFileAtPath method
Same problem here, tried using unGzipFileAtPath on a corrupted gzip file with no error reported, and there's no files in the output path.
Tried on a proper gzip file and manage to get the output.