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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 30 Sep 2004 00:27:15 -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=62232

--- shadow/62232	2004-09-29 23:39:05.000000000 -0400
+++ shadow/62232.tmp.24269	2004-09-30 00:27:15.000000000 -0400
@@ -69,6 +69,22 @@
 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.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-09-30 00:27 -------
+<jluke> so if you look at the patch, see the comment FIXME that I
+removed, that is why I checked nested types
+<jluke> why do you think it shouldn't
+<BenM> struct X {
+<BenM>    class Y {
+<BenM>       object o;
+<BenM>    }
+<BenM> }
+<BenM> X is still an unmanaged type i think
+<jluke> can you test it with csc, I assumed that wouldn't be
+<jluke> if not it is even easier
+<BenM> my dad's windows box is off :-(
+<BenM> ill do it tmw
+<jluke> oh, well I can try it later, add a comment or something to the bug