← Back to index
|
Original Bugzilla link
Bug 14522 – Postfix array declaration examples should be removed from arrays.html
Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-04-29T12:28:00Z
Last change time
2015-10-04T18:21:52Z
Keywords
pull
Assigned to
nobody
Creator
dev
Comments
Comment #0
by dev — 2015-04-29T12:28:15Z
Postfix array declaration examples should be removed from the following page as these are heavily discouraged.
http://dlang.org/arrays.html
Comment #1
by dlang-bugzilla — 2015-04-29T12:30:35Z
That code generates 6 warnings and 2 errors. Kill it with fire.
Comment #2
by dev — 2015-04-30T16:09:34Z
https://github.com/D-Programming-Language/dlang.org/pull/985
Comment #3
by github-bugzilla — 2015-07-07T20:38:37Z
Commits pushed to master at
https://github.com/D-Programming-Language/dlang.org
https://github.com/D-Programming-Language/dlang.org/commit/2403104de1b2249ebddacf11e3a988c5b5ed77d0
Fix issue 14522
https://github.com/D-Programming-Language/dlang.org/commit/5b0cb31a064d8c705f774421e7248d12db9b3f80
Merge pull request #985 from nomad-software/issue_14522 Issue 14522 - Postfix array declaration examples should be removed from arrays.html
Comment #4
by github-bugzilla — 2015-10-04T18:21:52Z
Commits pushed to stable at
https://github.com/D-Programming-Language/dlang.org
https://github.com/D-Programming-Language/dlang.org/commit/2403104de1b2249ebddacf11e3a988c5b5ed77d0
Fix issue 14522
https://github.com/D-Programming-Language/dlang.org/commit/5b0cb31a064d8c705f774421e7248d12db9b3f80
Merge pull request #985 from nomad-software/issue_14522