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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80581 --- shadow/80581 2007-01-22 17:26:32.000000000 -0500 +++ shadow/80581.tmp.7910 2007-01-28 13:33:50.000000000 -0500 @@ -3,13 +3,13 @@ Version: 1.2 OS: GNU/Linux [Other] OS Details: Status: NEW Resolution: Severity: Unknown -Priority: Normal +Priority: Cosmetic Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: @@ -44,6 +44,16 @@ How pointless such a comparison is is beyond the scope of this report. ------- Additional Comments From [EMAIL PROTECTED] 2007-01-22 17:26 ------- Note: csc 1.x reports the same error, but using csc 2.x it compiles fine. + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-28 13:33 ------- +I can not find a place in the spec that addresses this issue (the +closest I found was related to nullable types). + +I do not want to support this without a good reason, because the code +above is masking a real problem: that comparing "Now" to null is +always going to be false (always, not sometimes, but always). + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
