[Mono-bugs] [Bug 52611][Wis] Changed - test-53 is invalid

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 11 Mar 2004 12:08:05 -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=52611

--- shadow/52611	2004-01-05 16:13:19.000000000 -0500
+++ shadow/52611.tmp.3799	2004-03-11 12:08:05.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 52611
-Product: Mono/Compilers
+Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -35,6 +35,15 @@
 System.IDisposable. 
 
 Clause 2 does not allow multiple implicit conversions to be used (this
 could very well cause the compiler to go through a tedious process to
 resolve a class). We need not worry about a direct implict coversion to
 IDisposable, since that is not allowed.
+
+------- Additional Comments From miguel@ximian.com  2004-03-11 12:08 -------
+This looks like another bug on the Microsoft C# compiler;  The spec
+states that the expression.
+
+My reading of the spec is that MCS does implement this, and its a
+missing feature in Microsoft's compiler. 
+
+I have sent an email to Microsoft to confirm this.