https://d.puremagic.com/issues/show_bug.cgi?id=11831

           Summary: std.zip no longer allows setting madeVersion field in
                    zip file
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: Phobos
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Walter Bright <[email protected]> 2013-12-27 
11:54:21 PST ---
std.zip needs to allow access to all fields in zip file's data structures. The
data structures written to disk should not have inaccessible private fields.

This regression blocks compilation of the chmodzip tool, which needs to be able
to set madeVersion because Linux unzippers look for specific version numbers
there.

https://github.com/D-Programming-Language/tools/pull/61

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to