← Back to index
|
Original Bugzilla link
Bug 14884 – `among` docs broken link to `find` and `canFind`
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-08-07T17:13:00Z
Last change time
2015-10-04T18:20:16Z
Assigned to
nobody
Creator
luis
Comments
Comment #0
by luis — 2015-08-07T17:13:31Z
The documentation for the algorithm `among` (<
http://dlang.org/phobos/std_algorithm_comparison.html#.among
>) incorrectly links to:
http://dlang.org/phobos/std_algorithm_comparison.html#find
http://dlang.org/phobos/std_algorithm_comparison.html#canFind
instead of:
http://dlang.org/phobos/std_algorithm_searching.html#.find
http://dlang.org/phobos/std_algorithm_searching.html#.canFind
Comment #1
by luis — 2015-08-10T13:56:45Z
Pull request
https://github.com/D-Programming-Language/phobos/pull/3542
Comment #2
by github-bugzilla — 2015-08-26T03:18:49Z
Commits pushed to master at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/4b7976bc274992e1e3445ce819ea068b8f6737ff
Fix Issue 14884
https://github.com/D-Programming-Language/phobos/commit/8f5a37f1742aaf5e450a07dbb3a8695f2d5ec39c
Merge pull request #3542 from luismarques/fix_issue_14884 Fix Issue 14884 - `among` docs broken link to `find` and `canFind`
Comment #3
by github-bugzilla — 2015-10-04T18:20:16Z
Commits pushed to stable at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/4b7976bc274992e1e3445ce819ea068b8f6737ff
Fix Issue 14884
https://github.com/D-Programming-Language/phobos/commit/8f5a37f1742aaf5e450a07dbb3a8695f2d5ec39c
Merge pull request #3542 from luismarques/fix_issue_14884