[Mono-bugs] [Bug 52507][Wis] Changed - We report CS0145 as a parser error
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Dec 2003 21:16:50 -0500 (EST)
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=52507
--- shadow/52507 2003-12-23 20:50:52.000000000 -0500
+++ shadow/52507.tmp.10876 2003-12-23 21:16:50.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 52507
Product: Mono/Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -27,6 +27,10 @@
t.cs(2,15): error CS0145: A const field requires a value to be provided
------- Additional Comments From pcgod@gmx.net 2003-12-23 20:50 -------
Created an attachment (id=6317)
proposed patch
+
+------- Additional Comments From bmaurer@users.sf.net 2003-12-23 21:16 -------
+<pcgod> BenM: the patch for the constant error is not correct... it
+makes 52499 compile without error...