[Mono-bugs] [Bug 39665][Min] Changed - MCS error with types

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 27 Mar 2003 18:57:48 -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=39665

--- shadow/39665	Thu Mar 27 18:55:52 2003
+++ shadow/39665.tmp.10450	Thu Mar 27 18:57:48 2003
@@ -133,6 +133,14 @@
 	}
 }
 
 The problem we have is that we are picking op_True instead of
 op_Implicit.  I have to review when `operator true' and `operator
 false' are used as opposed to hard-coding it in GetConversionOperators
+
+------- Additional Comments From miguel@ximian.com  2003-03-27 18:57 -------
+I believe the miss-handling is that we have hidden the use of operator
+true and operator false.  The real scenario is that boolean contexts
+will demand either a boolean expression and conversion *OR* require
+that the type has an operator true/false implementations.
+
+