[Mono-bugs] [Bug 75248][Wis] Changed - [GMCS]junk read by reflection for nested generic types

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jun 15 15:41:37 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by martin at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75248

--- shadow/75248	2005-06-15 13:04:02.000000000 -0400
+++ shadow/75248.tmp.19549	2005-06-15 15:41:37.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 75248
 Product: Mono: Runtime
 Version: 1.1
 OS: unknown
 OS Details: amd 64 pld linux
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: WONTFIX
 Severity: Unknown
 Priority: Wishlist
 Component: io-layer
 AssignedTo: martin at ximian.com                            
 ReportedBy: malekith at pld-linux.org               
 QAContact: mono-bugs at ximian.com
@@ -104,6 +104,11 @@
 (gdb) p cached -> type_argv[0]->data.generic_param.owner->klass->name
 $10 = 0xb752a708 "NemerleMap"
 (gdb) p cached -> type_argv[0]->data.generic_param.name
 $11 = 0xb752a74d "aa"
 
 I dunno where it gets such context...
+
+------- Additional Comments From martin at ximian.com  2005-06-15 15:41 -------
+The `out.exe' has an incorrect nested class - it's missing the type
+parameters from the containing class.  Since this is a violation of
+the spec and it'd require a lot of work, let's close this as WONTFIX.


More information about the mono-bugs mailing list