[Mono-bugs] [Bug 57703][Nor] Changed - MCS emits invalid IL for events on an interface

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Apr 2004 09:25:38 -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 bmaurer@users.sf.net.

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

--- shadow/57703	2004-04-28 01:44:47.000000000 -0400
+++ shadow/57703.tmp.3709	2004-04-28 09:25:38.000000000 -0400
@@ -90,6 +90,14 @@
 [MD]: .NET Framework Internal error: 0x8013126b  [token:0x04000001]
 [MD]: .NET Framework Internal error: 0x8013126c  [token:0x04000001]
 
 In my opinion, a bug which causes MCS to emit invalid IL is critical 
 as it would allow assemblies to be built on Mono (that even work fine 
 on Mono), but fail at runtime on MS.NET.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-04-28 09:25 -------
+Critical is for major regressions -- eg, bootstrap fails
+Major/Blocker is also for regressions -- it is sorta rare these days
+Normal is where most bugs should go.
+Anything below is for annoyences -- eg, we emit the wrong error 
+message; we should emit an error message but have an unhandled 
+exception; we dont flag an error.