[Mono-bugs] [Bug 80455][Nor] Changed - Reflection does not allow external generic method
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jan 10 15:41:54 EST 2007
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 miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80455
--- shadow/80455 2007-01-04 21:41:08.000000000 -0500
+++ shadow/80455.tmp.4686 2007-01-10 15:41:54.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 80455
Product: Mono: Runtime
Version: 1.2
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: miguel at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -40,6 +40,17 @@
static void Main ()
{
}
}
+
+------- Additional Comments From miguel at ximian.com 2007-01-10 15:41 -------
+I should have said: CSC does compile the above program, but the
+resulting executable will not work (no generic invocations allowed on
+P/Invoke methods).
+
+I think the later is a silly limitation, and could be a "value add" of
+Mono, but the "value add" is clearly at the bottom of the priority list.
+
+The only reason for filing this bug is that the compiler should not
+crash when generating the above signature.
More information about the mono-bugs
mailing list