[Mono-bugs] [Bug 60587][Cri] Changed - [PATCH] mcs exception seen as compilation success
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 29 Aug 2004 15:51:30 -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=60587
--- shadow/60587 2004-08-29 15:50:45.000000000 -0400
+++ shadow/60587.tmp.14571 2004-08-29 15:51:30.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs@ximian.com
ReportedBy: dge@softec.st
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: mcs exception seen as compilation success
+Summary: [PATCH] mcs exception seen as compilation success
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
When mcs throw a System.Exception when building a project under mono, the
compilation result reported by MD is success!
@@ -75,6 +75,10 @@
The one above has a syntax error.
------- Additional Comments From bmaurer@users.sf.net 2004-08-29 15:50 -------
Created an attachment (id=9861)
patch
+
+------- Additional Comments From bmaurer@users.sf.net 2004-08-29 15:51 -------
+I have no idea what this arrays being constants code was, but the spec
+says nothing about it. I just removed all that code.