You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
What version of the package or command are you using?
v4.0.0-alpha.7
What are you trying to do?
ArchiveFS.Open()
with a zip file that does not have explicit directory entries.What steps did you take?
Adding a disabled test to showcase the bug via #339.
When you run the tests you'll get the following output.
Subtest of
TestArchiveFS_ReadDir
that reproduces this issue:What did you expect to happen, and what actually happened instead?
For ArchiveFS.Open() will return the first file with that directory prefix.
How do you think this should be fixed?
ArchiveFS.Open(<directory>)
to return anfs.ReadDirFile
probably in the concrete form ofdirFile
.Please link to any related issues, pull requests, and/or discussion
Bonus: What do you use archiver for, and do you find it useful?
The text was updated successfully, but these errors were encountered: