[Mono-bugs] [Bug 339011] New: Add generic support to stack traces.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Nov 4 20:09:28 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=339011

           Summary: Add generic support to stack traces.
           Product: Mono: Runtime
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: P5 - None
         Component: JIT
        AssignedTo: lupus at novell.com
        ReportedBy: miguel at novell.com
         QAContact: mono-bugs at ximian.com
          Found By: ---


It would be nice if our stack traces replaced strings like:

Microsoft.Scripting.Actions.DynamicSite`3.UpdateBindingAndInvoke

With the actual type arguments:

Microsoft.Scripting.dll!Microsoft.Scripting.Actions.ActionBinder.UpdateSiteAndExecute<Microsoft.Scripting.Actions.DynamicSiteTarget<object,Ruby.Builtins.MutableString,object>>

Ok, the above is not readable, but it would be nice to have:

System.Collections.Generics.List<int>

instead of:
System.Collections.Generics.List`1

In stack traces.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list