[Mono-bugs] [Bug 75366][Maj] Changed - SRE uses Reflected not
Declaring type for token
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jul 1 04:47:50 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=75366
--- shadow/75366 2005-06-30 14:25:33.000000000 -0400
+++ shadow/75366.tmp.12300 2005-07-01 04:47:50.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 75366
Product: Mono: Runtime
Version: 1.1
OS: unknown
OS Details: mono svn 23.06.2005
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: WONTFIX
Severity: Unknown
Priority: Major
Component: misc
AssignedTo: lupus at ximian.com
ReportedBy: nazgul at omega.pl
QAContact: mono-bugs at ximian.com
@@ -162,6 +162,13 @@
Martin, since this has generics in it, am going to need your help. It
looks like the parent is different from the class in generic classes.
An important question: what is the value of ReflectedType on a generic
class. It looks like for generic fields, it might be type <> rather
than type <string>.
+
+------- Additional Comments From martin at ximian.com 2005-07-01 04:47 -------
+The patch is a clear no-go - this code is there for a reason.
+
+It's not worth spending a week rewriting the whole generics code for
+this as there's an easy workaround (use Type.GetMembers() on the
+"correct" type, like mcs/gmcs does), so let's close this as WONTFIX.
More information about the mono-bugs
mailing list