digitalmars.D.bugs - [Issue 3445] New: DDoc usually omits pure nothrow
- d-bugmail puremagic.com (33/33) Oct 27 2009 http://d.puremagic.com/issues/show_bug.cgi?id=3445
- d-bugmail puremagic.com (11/11) May 28 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3445
- d-bugmail puremagic.com (10/10) May 28 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3445
- d-bugmail puremagic.com (6/6) May 28 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3445
- d-bugmail puremagic.com (10/10) Nov 09 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3445
- d-bugmail puremagic.com (12/12) Jun 05 2011 http://d.puremagic.com/issues/show_bug.cgi?id=3445
- d-bugmail puremagic.com (12/12) Jun 06 2011 http://d.puremagic.com/issues/show_bug.cgi?id=3445
- d-bugmail puremagic.com (13/13) Nov 02 2012 http://d.puremagic.com/issues/show_bug.cgi?id=3445
http://d.puremagic.com/issues/show_bug.cgi?id=3445
Summary: DDoc usually omits pure nothrow
Product: D
Version: 2.036
Platform: Other
OS/Version: Windows
Status: NEW
Keywords: ddoc
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody puremagic.com
ReportedBy: clugdbug yahoo.com.au
Test cases. In all cases except the last one, 'pure' is not present in the
generated docs. Interestingly, in bar4() the 'pure' attribute is moved to the
front in the docs.
/** aa */
class Foo(T) {
/** xx */
pure void bar() {}
}
pure nothrow {
/** yy */
int bar2(int x) { return x; }
}
/** zz */
pure int bar3() { return 0; }
/** qq */
int bar4() pure { return bar3();} // works
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 27 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3445
Don <clugdbug yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|DDoc usually omits pure |DDoc usually omits
|nothrow |attributes (including pure
| |nothrow)
Severity|normal |critical
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 28 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3445
Steven Schveighoffer <schveiguy yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |schveiguy yahoo.com
15:17:13 PDT ---
*** Issue 3887 has been marked as a duplicate of this issue. ***
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 28 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3445 15:17:43 PDT --- From 3887, property also doesn't show up. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 28 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3445
Don <clugdbug yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jmdavisProg gmx.com
*** Issue 5196 has been marked as a duplicate of this issue. ***
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Nov 09 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3445
kennytm gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kennytm gmail.com
"Foo(T).bar" is still not fixed.
https://github.com/D-Programming-Language/dmd/pull/82
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jun 05 2011
http://d.puremagic.com/issues/show_bug.cgi?id=3445
Walter Bright <bugzilla digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla digitalmars.com
00:19:51 PDT ---
https://github.com/D-Programming-Language/dmd/commit/f8e7f05c2161a2b99286f58bcb4c8295459860dd
https://github.com/D-Programming-Language/dmd/commit/cce360cdf1a79b5fce2fe003ce28f48708693885
https://github.com/D-Programming-Language/dmd/commit/92a9682ef8f23b93f9a89de3116ba7b7dafebd48
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jun 06 2011
http://d.puremagic.com/issues/show_bug.cgi?id=3445
Andrej Mitrovic <andrej.mitrovich gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |andrej.mitrovich gmail.com
Resolution| |DUPLICATE
02:11:51 PDT ---
Only case left is the template one, which is dup of Issue 194.
*** This issue has been marked as a duplicate of issue 194 ***
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Nov 02 2012









d-bugmail puremagic.com 