D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 12003 - std\zip.d(421): Deprecation
Summary: std\zip.d(421): Deprecation
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: All All
: P2 normal
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-26 06:00 UTC by SHOO
Modified: 2020-03-21 03:56 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description SHOO 2014-01-26 06:00:51 UTC
In phobos(std.zip), none-deprecated method "ZipArchive.build" uses deprecated member "ArchiveMember.madeVersion".

----

std\zip.d(421): Deprecation: function std.zip.ArchiveMember.madeVersion is deprecated - Please use fileAttributes instead.
Comment 1 github-bugzilla 2014-02-14 14:43:45 UTC
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/c42bb8f593afcfe1560109019ce3c99f4375096a
Fix Issue 12003 - std\zip.d(421): Deprecation

https://github.com/D-Programming-Language/phobos/commit/a86721bb4c6fdcac2eb2cc576a3ffb954b9ac3d3
Merge pull request #1885 from shoo/fix_issue12003

Fix Issue 12003 - std\zip.d(421): Deprecation
Comment 2 basile-z 2015-11-27 16:23:19 UTC
auto close failure:

https://github.com/D-Programming-Language/phobos/pull/1885