Thread overview
[Issue 9903] New: Broken ddoc in std.typecons and etc.c.sqlite3
Apr 08, 2013
Kenji Hara
Apr 08, 2013
Kenji Hara
Apr 08, 2013
Walter Bright
April 08, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9903

           Summary: Broken ddoc in std.typecons and etc.c.sqlite3
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ddoc
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: k.hara.pg@gmail.com


--- Comment #0 from Kenji Hara <k.hara.pg@gmail.com> 2013-04-08 07:40:36 PDT ---
See following website links.

http://dlang.org/phobos/std_typecons#.No

    struct Yes;
    No">struct No">No;         <------

http://dlang.org/phobos/etc_c_sqlite3.html#.sqlite3_module

    alias extern (C) void function(sqlite3_context*, int, sqlite3_value**)
mapFunction;
    sqlite3_module">struct sqlite3_module">sqlite3_module;         <------

"ditto" part is broken. This is introduced by adding DDOC_ANCHOR (fixing issue
8794).

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 08, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9903


Kenji Hara <k.hara.pg@gmail.com> changed:

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


--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2013-04-08 08:05:53 PDT ---
(In reply to comment #0)
> "ditto" part is broken. This is introduced by adding DDOC_ANCHOR (fixing issue
> 8794).

Regression has been caused from 2.061.

https://github.com/D-Programming-Language/dmd/pull/1872

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 08, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9903



--- Comment #2 from github-bugzilla@puremagic.com 2013-04-08 15:23:38 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/46e2120954c11dcd28cf65e796cbc116ee42e5a2 fix Issue 9903 - Broken ddoc in std.typecons and etc.c.sqlite3

https://github.com/D-Programming-Language/dmd/commit/87bbaafa503b40b0d3052b1016dc5154c40338de Merge pull request #1872 from 9rnsr/fix9903

[REG2.061] Issue 9903 - Broken ddoc in std.typecons and etc.c.sqlite3

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 08, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9903


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|                            |FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------