www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 5197] New: Ddoc: access-attributed auto template function crashes dmd

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=5197

           Summary: Ddoc: access-attributed auto template function crashes
                    dmd
           Product: D
           Version: D1 & D2
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: kiki kmonos.net



Trying to generate documents from the following source code

 cat test.d
/// doc comment public auto f()(){}
 dmd -D test.d
crashed dmd. (I tested with dmd 2.050 on Windows). - CRASH: protected auto f()(){} - CRASH: private auto f()(){} - CRASH: export auto f()(){} - SAFE: auto f(){} - SAFE: public void f()(){} - SAFE: public auto f(){} -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Nov 10 2010
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=5197


Walter Bright <bugzilla digitalmars.com> changed:

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



23:55:44 PST ---
http://www.dsource.org/projects/dmd/changeset/884

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 19 2011
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=5197


Andrei Alexandrescu <andrei metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrei metalanguage.com



00:15:50 PST ---
Unfortunately, that still doesn't make auto function documentable; they simply
vanish from the html.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 20 2011
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=5197


Don <clugdbug yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ddoc, ice-on-valid-code
                 CC|                            |clugdbug yahoo.com.au




 Unfortunately, that still doesn't make auto function documentable; they simply
 vanish from the html.
Yes, but that's bug 2581, which is different from this crashing bug. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 20 2011