July 26, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1377

           Summary: std.demangle unit test failure
           Product: D
           Version: 1.019
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Phobos
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: dvdfrdmn@users.sf.net
 BugsThisDependsOn: 588


One change to std.demangle in DMD 1.019 is to add ", void *" to the argument list of delegate/nested/member functions.  This makes one of the unit test cases fail:

        [ "_D4test2dgDFiYd", "double delegate(int, ...) test.dg" ],


-- 

October 28, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1377


braddr@puremagic.com changed:

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




------- Comment #1 from braddr@puremagic.com  2007-10-28 03:36 -------
Fixed in dmd 1.022 / 2.006.  The extra parameters shouldn't have been emitted as they are the hidden this or context pointers of class member functions and delegates.


--