Thread overview
[Issue 4262] New: Header generation omits 'enum' for enum declarations
Jun 02, 2010
Sean Kelly
Jun 05, 2010
Brad Roberts
Jun 08, 2010
Walter Bright
June 02, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4262

           Summary: Header generation omits 'enum' for enum declarations
           Product: D
           Version: 2.040
          Platform: x86
        OS/Version: Mac OS X
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: sean@invisibleduck.org


--- Comment #0 from Sean Kelly <sean@invisibleduck.org> 2010-06-02 15:30:42 PDT ---
Yet another blocker for druntime I'm afraid.  Given:

    enum x = 1;

The generated header will be:

    x = 1;

Patch included.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 05, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4262


Brad Roberts <braddr@puremagic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |braddr@puremagic.com


--- Comment #1 from Brad Roberts <braddr@puremagic.com> 2010-06-05 13:01:28 PDT ---
Fixed in the attachment to bug 4263.

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


Walter Bright <bugzilla@digitalmars.com> changed:

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


--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> 2010-06-07 22:23:36 PDT ---
http://www.dsource.org/projects/dmd/changeset/525

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