Jump to page: 1 2
Thread overview
April 20, 2015
https://issues.dlang.org/show_bug.cgi?id=14085

Gary Willoughby <dev@nomad.so> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dev@nomad.so

--- Comment #1 from Gary Willoughby <dev@nomad.so> ---
A lot of this is related to this issue: https://issues.dlang.org/show_bug.cgi?id=14216

--
April 20, 2015
https://issues.dlang.org/show_bug.cgi?id=14085

--- Comment #2 from Gary Willoughby <dev@nomad.so> ---
Ignore that last posted related issue, it was a duplicate. Here is the original: https://issues.dlang.org/show_bug.cgi?id=13516

--
April 20, 2015
https://issues.dlang.org/show_bug.cgi?id=14085

Stewart Gordon <smjg@iname.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |13516

--- Comment #3 from Stewart Gordon <smjg@iname.com> ---
Indeed, issue 13516 is the root cause of the majority of these.  (Note the much more elegant way of linking to issues within Bugzilla.)

--
April 12, 2016
https://issues.dlang.org/show_bug.cgi?id=14085
Issue 14085 depends on issue 13516, which changed state.

Issue 13516 Summary: std.windows.charset documentation missing from dlang.org https://issues.dlang.org/show_bug.cgi?id=13516

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--
July 03, 2017
https://issues.dlang.org/show_bug.cgi?id=14085

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dlang-bugzilla@thecybershad
                   |                            |ow.net

--- Comment #4 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
Without the charset ones:

http://dlang.org/changelog.html -> http://dlang.org/html.html
http://dlang.org/changelog.html -> http://dlang.org/phobos/std_contracts.html
http://dlang.org/enum.html -> http://dlang.org"/declaration Type.html"
http://dlang.org/features2.html -> http://dlang.org/phobos/std_contracts.html
http://dlang.org/intro-to-datetime.html ->
http://dlang.org/phobos/std_date.html
http://dlang.org/library/index.html ->
http://dlang.org/library/std_algorithm.html
http://dlang.org/library/index.html -> http://dlang.org/library/std_stdio.html
http://dlang.org/phobos-prerelease/core_time.html ->
http://dlang.org/phobos-prerelease/core_Thread.html
http://dlang.org/phobos-prerelease/std_process ->
http://dlang.org/phobos-prerelease/core_stdc_stdlib.html
http://dlang.org/phobos-prerelease/std_process ->
http://dlang.org/phobos-prerelease/core_sys_posix_stdlib.html
http://dlang.org/phobos-prerelease/std_process.html ->
http://dlang.org/phobos-prerelease/core_stdc_stdlib.html
http://dlang.org/phobos-prerelease/std_process.html ->
http://dlang.org/phobos-prerelease/core_sys_posix_stdlib.html
http://dlang.org/phobos/core_time.html ->
http://dlang.org/phobos/core_Thread.html
http://dlang.org/phobos/index.html -> http://dlang.org/phobos/std_md5.html
http://dlang.org/template-comparison.html -> http://dlang.org/cpp0x.html

--
July 03, 2017
https://issues.dlang.org/show_bug.cgi?id=14085

--- Comment #5 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
The remaining dead ones:

(In reply to Vladimir Panteleev from comment #4)
> http://dlang.org/library/index.html -> http://dlang.org/library/std_algorithm.html http://dlang.org/library/index.html -> http://dlang.org/library/std_stdio.html http://dlang.org/template-comparison.html -> http://dlang.org/cpp0x.html

The other ones seem to have been fixed.

--
July 03, 2017
https://issues.dlang.org/show_bug.cgi?id=14085

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #6 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
https://github.com/dlang/phobos/pull/5537 https://github.com/dlang/dlang.org/pull/1792

--
July 04, 2017
https://issues.dlang.org/show_bug.cgi?id=14085

--- Comment #7 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/c266aa9087829d34d00a0140be524c73e04c906c index.d: Use MREF to fix broken DDox links

Partial fix for issue 14085.

--
July 04, 2017
https://issues.dlang.org/show_bug.cgi?id=14085

--- Comment #8 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/5677e55763e30550ec77bbf3f9e2255f8ab63084 Fix broken link to cpp0x

Partial fix for issue 14085.

--
July 04, 2017
https://issues.dlang.org/show_bug.cgi?id=14085

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
« First   ‹ Prev
1 2