[Issue 16310] New: std.zip: can't specify archive member order

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jul 21 22:18:55 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16310

          Issue ID: 16310
           Summary: std.zip: can't specify archive member order
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: dhasenan at gmail.com

A proper epub file is a zip archive whose first member is an entry named
'mimetype' with contents 'application/epub+zip'. There is no way to specify
that a specific entry should appear in a particular position.

It should not be a breaking change to add a sort order field to ArchiveMember.

--


More information about the Digitalmars-d-bugs mailing list