Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

jar: iterate over zip file headers instead of using fs.WalkDir #20

Merged
merged 1 commit into from Dec 30, 2021

Conversation

ericchiang
Copy link
Member

Avoid some of the edge cases we've hit when combining archive/zip and
fs.WalkDir and iterate over the ZIP files directly. Lets us drop some
workarounds.

Negative is that we have to break a public API, but hopefully that's
okay while we're pre v1.0.0.

PR attempts to make the diff as small as possible.

#12
golang/go#50390
golang/go#50179

Avoid some of the edge cases we've hit when combining archive/zip and
fs.WalkDir and iterate over the ZIP files directly. Lets us drop some
workarounds.

Negative is that we have to break a public API, but hopefully that's
okay while we're pre v1.0.0.

PR attempts to make the diff as small as possible.
@ericchiang ericchiang merged commit bfc4226 into google:main Dec 30, 2021
@ericchiang ericchiang deleted the walk branch December 30, 2021 17:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants