[Mono-bugs] [Bug 52492][Wis] Changed - We do not detect CS0034 in the presence of implicit conversions

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 11 Apr 2004 00:41:08 -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 miguel@ximian.com.

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

--- shadow/52492	2004-03-13 00:48:20.000000000 -0500
+++ shadow/52492.tmp.30996	2004-04-11 00:41:08.000000000 -0400
@@ -3,13 +3,13 @@
 Version: unspecified
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Normal
+Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -69,6 +69,12 @@
 overload resolution process. If overload resolution fails to select a
 single best operator, a compile-time error occurs.'
 
 	 
 7.2.4 Binary operator overload resolution
 
+
+------- Additional Comments From miguel@ximian.com  2004-04-11 00:41 -------
+This bug requires a large change to the way the compiler handles
+operators, not something we will do for 1.0, something for later.
+
+Am setting to wishlist given that we cant fix it now.