[Mono-bugs] [Bug 62232][Wis] Changed - We don't report cs0208
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 5 Apr 2005 03:20:55 -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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=62232
--- shadow/62232 2005-02-18 13:36:52.000000000 -0500
+++ shadow/62232.tmp.16891 2005-04-05 03:20:55.000000000 -0400
@@ -10,13 +10,12 @@
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: We don't report cs0208
This code should not compile:
unsafe struct X {
string a;
@@ -170,6 +169,13 @@
------- Additional Comments From rharinath@novell.com 2005-02-15 08:07 -------
Looks good to me.
------- Additional Comments From jluke@cfl.rr.com 2005-02-18 13:36 -------
f-spot has some new code (libgphoto2-sharp) that this patch causes
compilation to fail, I'm not sure why yet.
+
+------- Additional Comments From rharinath@novell.com 2005-04-05 03:20 -------
+There were some changes to IsUnmanaged type that should solve the
+f.FieldBuilder == null issue. I think the patch has to be regenerated.
+
+John Luke, do you have some time to look into this? Otherwise I'll
+try to tackle it.