[Mono-bugs] [Bug 64223][Min] Changed - We don't report CS0173 (errors/cs0173-2.cs)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Sep 2004 14:46:28 -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=64223

--- shadow/64223	2004-08-26 18:51:07.000000000 -0400
+++ shadow/64223.tmp.4417	2004-09-07 14:46:28.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 64223
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: martin@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -16,6 +16,11 @@
 Cc: 
 Summary: We don't report CS0173 (errors/cs0173-2.cs)
 
 public static void Main() {xpression can't be determined because
 there is no implicit conversion between 'int' and '<null>'
 }  }            System.Console.WriteLine (result ? 1 : null);
+
+------- Additional Comments From miguel@ximian.com  2004-09-07 14:46 -------
+Fixed on HEAD;  The change modifies the type of NullLiteral, so I
+do not want to get the fix on 1-0, it might require ongoing
+maintenance, and the bug is minimal.