[Mono-bugs] [Bug 70468][Nor] Changed - Constant value `-1' cannot be converted to System.IFormattable

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 30 Dec 2004 12:52:50 -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 miguel@ximian.com.

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

--- shadow/70468	2004-12-30 12:47:54.000000000 -0500
+++ shadow/70468.tmp.1937	2004-12-30 12:52:50.000000000 -0500
@@ -63,6 +63,18 @@
 be nice to have a general solution.
 
 ------- Additional Comments From duncan@ximian.com  2004-12-30 12:47 -------
 Created an attachment (id=13612)
 Proposed fix #2
 
+
+------- Additional Comments From miguel@ximian.com  2004-12-30 12:52 -------
+> Ok, so the patch is half-ok
+> In mcs there are two code paths that do the same thing
+> One returns true/false, the other returns an Expression
+> You implemented one of them, but not the other
+> There is a comment on the top of ImplicitConversion or something
+that points to the other one
+> But basically the two paths are replicated
+
+
+To get the right behavior, you should also patch the other side.