Closed michael-lawrence closed 10 years ago
Interesting, I will take a look at this by the end of the week.
Thanks!
Taking a look at this now.
Geez, this is one big zip o_o
Alright, successfully reproduced. Now to write a regression test and patch it.
Okie doke, this has been patched on bug/cannot.unzip.empty.dir
. However, I am going to take a break before merging it to add in Travis CI.
Alright, Travis CI is integrated. This patch has been released in 0.11.0
.
Thanks for the nice bug catch and report!
Unfortunately I'm still getting the error after updating to 0.11.0. I'm running this on Mac OS X 10.9 if that makes any difference.
Oh noes =(
Alright, I will re-open it.
Okay, successfully reproduced on my work computer. On Linux, it was EISNOTDIR
. I will continue to reproduce this at home (via SauceLabs Mac virtualization).
Thanks!
Alright, pulling this up in Sauce Labs.
Okay, patched for OSX on bug/unzip.empty.osx
. However, Windows looks likes it needs some massaging
Alright, I ditched the error catching logic and went for a simpler solution of sniffing the path for /
. This seems to work on all platforms.
Released in 0.12.0
.
Nice! It's working! :+1:
Getting an error when trying to unzip a zip file that contains empty directories. I get:
Here is the zip file I'm using: http://our.umbraco.org/ReleaseDownload?id=100660
Any idea what may be causing this?
Thanks!