[Mono-bugs] [Bug 56452][Wis] Changed - CS0626: extern method with no impl
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 7 Apr 2004 02:41:35 -0400 (EDT)
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@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=56452
--- shadow/56452 2004-04-07 02:40:05.000000000 -0400
+++ shadow/56452.tmp.23778 2004-04-07 02:41:35.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 56452
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: andrew@sobala.net
QAContact: mono-bugs@ximian.com
@@ -160,6 +160,14 @@
The reason being that it is runtime dependent the possible options
for an extern method.
The fact that reflection fails today with this kind of thing is a
different problem.
+
+------- Additional Comments From miguel@ximian.com 2004-04-07 02:41 -------
+Am reopening.
+
+The patch only solves the problem for Method, but not for
+other elements that can be declared as extern.
+
+So we might as well look into a different solution.