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

Commits on Dec 30, 2021

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

    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 committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    d4c7b54 View commit details
    Browse the repository at this point in the history