[Mono-bugs] [Bug 60933][Wis] Changed - [PATCH] Remove literals from static data
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 5 Jul 2004 14:38:10 -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=60933
--- shadow/60933 2004-07-05 14:36:46.000000000 -0400
+++ shadow/60933.tmp.31981 2004-07-05 14:38:10.000000000 -0400
@@ -68,6 +68,12 @@
if (! Object.Equals (typeof (T).GetField (n).GetValue (null), o))
Console.WriteLine (n);
}
}
Some confidence inspiring tests :-).
+
+------- Additional Comments From bmaurer@users.sf.net 2004-07-05 14:38 -------
+NB: My justification for combinding the RVA and constant data into one
+pointer is that the spec says a variable can declare "optionally
+either a <fieldInit> form or a data label". So, they are mutually
+exclusive.