[Mono-bugs] [Bug 30441][Nor] New - MCs should report missing matching operators.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
17 Sep 2002 01:23:28 -0000
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=30441
--- shadow/30441 Mon Sep 16 21:23:28 2002
+++ shadow/30441.tmp.16190 Mon Sep 16 21:23:28 2002
@@ -0,0 +1,25 @@
+Bug#: 30441
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: miguel@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: MCs should report missing matching operators.
+
+Some operators come in pairs:
+
+ operator != operator ==
+ operator < operator >
+ operator >= operator <=
+
+If one is defined, and the other is not, an error 216 should be reported.