-
Notifications
You must be signed in to change notification settings - Fork 313
Error when calling Zip::File.open_buffer(io) #146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is the same bug as #143, which was fixed in 1.1.2, but the fix didn't catch |
mcls
added a commit
to refactorcop/refactorcop
that referenced
this issue
Apr 25, 2015
jdleesmiller
added a commit
that referenced
this issue
Sep 5, 2019
I think this was fixed some time ago, but to be safe I have added a test case, which presently passes: Lines 134 to 141 in eeef507
So, I'll close this out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just updated from 1.1.0 to 1.1.2 and it seems like the call to reopen in OutputStream is causing an issue.
If you run the following code after replacing "something.zip" with the path to an actual file, you get the error that follows.
The text was updated successfully, but these errors were encountered: