tlrobinson / narwhal

[DEPRECATED] A JavaScript standard library, package manager, and more.
http://narwhaljs.org/
372 stars 16 forks source link

zip module does not have close method #73

Open kriszyp opened 15 years ago

kriszyp commented 15 years ago

The zip module does not have a close method, and so calling unzip leaves the file in an open/locked state. Fix is here: http://github.com/kriszyp/narwhal/commit/27b49bfe9c5372f820f3130d302606b797f8c24a

kriskowal commented 15 years ago

Landed in kriskowal/master kriskowal/refactor. I cherry-picked; you're tracking cadorn's stuff, right? Does it work for you?

kriszyp commented 15 years ago

I have pulled in cadorn's master, and unzip still works with it. Or are you saying that cadorn's master should fix unzip to close? I don't see anything in cadorn's zip.js that would close.

kriskowal commented 15 years ago

No, unrelated; tusk does not work for me on cadorn/experimental and was wondering if anyone else had succeeded in using it. So it would seem; I'll have to look deeper.