[Issue 2324] New: Parameter info missing in TypeInfo_Delegate

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Aug 31 02:08:11 PDT 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 at digitalmars.com
        ReportedBy: larsivar at 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.


-- 



More information about the Digitalmars-d-bugs mailing list