[Mono-bugs] [Bug 62232][Wis] Changed - We don't report cs0208
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 29 Sep 2004 23:39:05 -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 jluke@cfl.rr.com.
http://bugzilla.ximian.com/show_bug.cgi?id=62232
--- shadow/62232 2004-09-29 23:35:59.000000000 -0400
+++ shadow/62232.tmp.23843 2004-09-29 23:39:05.000000000 -0400
@@ -60,6 +60,15 @@
------- Additional Comments From jluke@cfl.rr.com 2004-09-29 23:35 -------
Created an attachment (id=11639)
proposed patch
+
+------- Additional Comments From jluke@cfl.rr.com 2004-09-29 23:39 -------
+The above catches that error, and a similar small test where it is an
+inner struct that contains a managed field and can build all of our
+libraries and mcs successfully. I probably need more tests though, if
+anyone has any advice as what to look for.
+
+Basically I just fixed the existing IsUnmanagedType according to the
+spec 25.2 and call that from VerifyUnManaged.