[Issue 17780] Malformed DDOC links in std.range

2018-01-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17780

--- Comment #5 from github-bugzi...@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/cf422b0521d6b63ebfc50dd7ae9e273408b49b39
fix issue 17780 -  Malformed DDOC links in std.range

https://github.com/dlang/phobos/commit/694d87fe02f9ca062e89d7434651b8f6cc59f912
Merge pull request #5708 from BBasile/issue-17780-stable

--


[Issue 17780] Malformed DDOC links in std.range

2017-08-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17780

--- Comment #4 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/cf422b0521d6b63ebfc50dd7ae9e273408b49b39
fix issue 17780 -  Malformed DDOC links in std.range

https://github.com/dlang/phobos/commit/694d87fe02f9ca062e89d7434651b8f6cc59f912
Merge pull request #5708 from BBasile/issue-17780-stable

--


[Issue 17780] Malformed DDOC links in std.range

2017-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17780

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 17780] Malformed DDOC links in std.range

2017-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17780

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/cf422b0521d6b63ebfc50dd7ae9e273408b49b39
fix issue 17780 -  Malformed DDOC links in std.range

https://github.com/dlang/phobos/commit/694d87fe02f9ca062e89d7434651b8f6cc59f912
Merge pull request #5708 from BBasile/issue-17780-stable

fix issue 17780 -  Malformed DDOC links in std.range
merged-on-behalf-of: Petar Kirov <zombine...@users.noreply.github.com>

--


[Issue 17780] Malformed DDOC links in std.range

2017-08-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17780

--- Comment #2 from b2.t...@gmx.com ---
(In reply to b2.temp from comment #1)
> and https://dlang.org/phobos/std_range.html#.stride has one too... text
> rendered is not in order ! "as hasLength.std.range.primitives is true."

this one is rendered correctly in the doc distributed with the latest beta but
not those for drop / dropExactly

--


[Issue 17780] Malformed DDOC links in std.range

2017-08-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17780

--- Comment #1 from b2.t...@gmx.com ---
and https://dlang.org/phobos/std_range.html#.stride has one too... text
rendered is not in order ! "as hasLength.std.range.primitives is true."

--