[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:40:05 -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-04 12:34:46.000000000 -0400
+++ shadow/56452.tmp.23746	2004-04-07 02:40:05.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 56452
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: andrew@sobala.net               
 QAContact: mono-bugs@ximian.com
@@ -150,6 +150,16 @@
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-04-04 12:34 -------
 Ok, so obviously we cant go with a warning, because when we emit it,
 we should get an exception.
 
 Andrew, very nice catch here.
+
+------- Additional Comments From miguel@ximian.com  2004-04-07 02:40 -------
+Am applying the patch from Benjamin, but I turned the warning
+into an error.
+
+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.