[Mono-bugs] [Bug 62232][Wis] Changed - We don't report cs0208

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 7 Jan 2005 01:08:31 -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 jluke@cfl.rr.com.

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

--- shadow/62232	2004-12-30 01:12:29.000000000 -0500
+++ shadow/62232.tmp.1786	2005-01-07 01:08:31.000000000 -0500
@@ -144,6 +144,17 @@
 mcs will have to have a look.  A fullbuild will fail without it.
 
 ------- Additional Comments From jluke@cfl.rr.com  2004-12-30 01:12 -------
 Created an attachment (id=13609)
 updated again
 
+
+------- Additional Comments From jluke@cfl.rr.com  2005-01-07 01:08 -------
+Regarding the fieldbuilder question, it still seems correct to me,
+this looks related:
+2004-12-30  Duncan Mak  <duncan@ximian.com>
+
+    * typemanager.cs (TypeManager.CheckStructCycles): Don't crash here
+    if field.FieldBuilder is null. Fixes #70758.
+
+My last patch removed the IsStatic check in the wrong place, attaching
+the latest version now.  Passes all tests, bootstraps, etc.