Jump to page: 1 2
Thread overview
[Issue 13766] std.container, std.range, std.regex documentation is now broken
[Issue 13766] std.range documentation is now broken
[Issue 13766] std.range and std.regex documentation is now broken
November 23, 2014
https://issues.dlang.org/show_bug.cgi?id=13766

--- Comment #1 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/d24cc0a69cc8b397c10a6e801a82a7628d0de6ed Include NullSink in std.range ddocs.

Partial fix for makefile to build std.range docs, that was broken after std.range was split. This is only a partial fix; the full fix will have to be done as part of [issue 13766] (https://issues.dlang.org/show_bug.cgi?id=13766).

--
November 28, 2014
https://issues.dlang.org/show_bug.cgi?id=13766

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|std.range documentation is  |std.range and std.regex
                   |now broken                  |documentation is now broken

--- Comment #2 from hsteoh@quickfur.ath.cx ---
Just realized that std.regex docs is broken too; the makefile has not been correctly updated to handle std/regex/package.d so the docs on dlang.org (phobos-prerelease) are actually stale files from previous builds.

--
November 28, 2014
https://issues.dlang.org/show_bug.cgi?id=13766

--- Comment #3 from hsteoh@quickfur.ath.cx ---
https://github.com/D-Programming-Language/phobos/pull/2771

--
November 28, 2014
https://issues.dlang.org/show_bug.cgi?id=13766

hsteoh@quickfur.ath.cx changed:

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

--- Comment #4 from hsteoh@quickfur.ath.cx ---
https://github.com/D-Programming-Language/dlang.org/pull/711

--
November 28, 2014
https://issues.dlang.org/show_bug.cgi?id=13766

--- Comment #5 from hsteoh@quickfur.ath.cx ---
Furthermore, the ddoc headers of std.range.* should be updated to reflect the current state of things. Currently they are just copied from the old std/range.d ddoc header verbatim, and so reads a little out of context.

--
November 28, 2014
https://issues.dlang.org/show_bug.cgi?id=13766

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

https://github.com/D-Programming-Language/dlang.org/commit/463291fca6a88424b3ba3cab11b11b526fbf3dbb Merge pull request #711 from quickfur/issue13766

Issue 13766: Update broken navbar links

--
November 30, 2014
https://issues.dlang.org/show_bug.cgi?id=13766

--- Comment #7 from hsteoh@quickfur.ath.cx ---
Follow-up PR:

https://github.com/D-Programming-Language/dlang.org/pull/713 https://github.com/D-Programming-Language/phobos/issues/2774

--
December 06, 2014
https://issues.dlang.org/show_bug.cgi?id=13766

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|std.range and std.regex     |std.container, std.range,
                   |documentation is now broken |std.regex documentation is
                   |                            |now broken

--- Comment #8 from hsteoh@quickfur.ath.cx ---
Followup PR for std.container: https://github.com/D-Programming-Language/dlang.org/pull/717

--
December 06, 2014
https://issues.dlang.org/show_bug.cgi?id=13766

--- Comment #9 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/67605b53dc30967e05c443845beb44d90050a206 Merge pull request #2771 from quickfur/issue13766

Issue 13766: Fix broken ddoc build for std/regex/package.d.

--
December 17, 2014
https://issues.dlang.org/show_bug.cgi?id=13766

hsteoh@quickfur.ath.cx changed:

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

--
« First   ‹ Prev
1 2