August 31, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2324

           Summary: Parameter info missing in TypeInfo_Delegate
           Product: D
           Version: 1.034
          Platform: Other
        OS/Version: All
            Status: NEW
          Keywords: wrong-code, spec
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: larsivar@igesund.net


The typeinfo for delegates does not contain the types of the parameters, only the return type (through next). Adding the parameter types to the next chain would be a non-breaking fix in addition to fulfill expectations when using the TypeInfo api.


-- 

September 09, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2324


larsivar@igesund.net changed:

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




------- Comment #1 from larsivar@igesund.net  2008-09-09 12:50 -------


*** This bug has been marked as a duplicate of 1519 ***


--