We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@ianlancetaylor requested issue #45345 to be considered for backport to the next 1.16 minor release.
@gopherbot Please open backport to 1.16. This appears to be a bug in the FS interface supported by archive/zip. This interface is new in the 1.16 release.
@gopherbot Please open backport to 1.16.
This appears to be a bug in the FS interface supported by archive/zip. This interface is new in the 1.16 release.
FS
The text was updated successfully, but these errors were encountered:
Approved. This only impacts 1.16. The new API is just broken for zip files without this change.
Sorry, something went wrong.
Change https://golang.org/cl/315249 mentions this issue: [release-branch.go1.16] archive/zip: only return directory once via io/fs.FS
[release-branch.go1.16] archive/zip: only return directory once via io/fs.FS
Closed by merging e67a58b to release-branch.go1.16.
[release-branch.go1.16] archive/zip: only return directory once via i…
e67a58b
…o/fs.FS While we're here fix the ModTime value for directories. For #43872 For #45345 Fixes #45347 Change-Id: I155e6517713ef6a9482b9431f1167a44337c6ad2 Reviewed-on: https://go-review.googlesource.com/c/go/+/311530 Trust: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Jeremy Faller <[email protected]> (cherry picked from commit 87e4dcd) Reviewed-on: https://go-review.googlesource.com/c/go/+/315249 Trust: Jeremy Faller <[email protected]>
No branches or pull requests
@ianlancetaylor requested issue #45345 to be considered for backport to the next 1.16 minor release.
The text was updated successfully, but these errors were encountered: