[Mono-bugs] [Bug 57151][Nor] Changed - [PATCH] We do not report CS0625
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 4 May 2004 08:14:51 -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=57151
--- shadow/57151 2004-05-04 07:45:31.000000000 -0400
+++ shadow/57151.tmp.7532 2004-05-04 08:14:51.000000000 -0400
@@ -44,6 +44,16 @@
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
------- Additional Comments From rharinath@novell.com 2004-05-04 07:41 -------
Created an attachment (id=7584)
proposed fix
+
+------- Additional Comments From bmaurer@users.sf.net 2004-05-04 08:14 -------
+What about a `const' field. I am not sure that has the static flags.
+
+Is it an error to have a `FieldOffset' without the explicit flag
+being set?
+
+Maybe you should not `return' when you find one error. For the user,
+it would be nice if ALL fields that needed a FieldOffset caused an
+error with only one compilation.