← Back to index
|
Original Bugzilla link
Bug 4575 – Uses of deprecated delete statement in D2 Phobos
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
Other
OS
Linux
Creation time
2010-08-03T09:38:00Z
Last change time
2013-07-31T14:11:18Z
Assigned to
andrei
Creator
nfxjfg
Comments
Comment #0
by nfxjfg — 2010-08-03T09:38:11Z
Doesn't include deprecated modules or code in unittests. Phobos svn revision 1808.
http://dsource.org/projects/phobos/browser/trunk/phobos/std/file.d#L236
http://dsource.org/projects/phobos/browser/trunk/phobos/std/file.d#L268
http://dsource.org/projects/phobos/browser/trunk/phobos/std/algorithm.d#L3565
http://dsource.org/projects/phobos/browser/trunk/phobos/std/internal/math/biguintcore.d#L486
(and some more)
http://dsource.org/projects/phobos/browser/trunk/phobos/std/typecons.d#L142
http://dsource.org/projects/phobos/browser/trunk/phobos/std/regex.d#L329
http://dsource.org/projects/phobos/browser/trunk/phobos/std/zlib.d#L129
(and some more)
http://dsource.org/projects/phobos/browser/trunk/phobos/std/loader.d#L392
Comment #1
by beatgammit — 2013-05-20T00:16:07Z
I assume this is no longer an issue, and I further assume this refers to the old delete associative array element syntax. A quick grep showed no usages deleting an element from an associative array.