[Mono-bugs] [Bug 73032][Maj] Changed - Relational Operators Bugs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 28 Feb 2005 02:05:55 -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 cesar@ciencias.unam.mx.

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

--- shadow/73032	2005-02-27 20:27:32.000000000 -0500
+++ shadow/73032.tmp.10021	2005-02-28 02:05:55.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 73032
 Product: Mono: Compilers
 Version: 1.1
 OS: other
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: JScript
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: rogerio.araujo@gmail.com               
@@ -60,6 +60,15 @@
 
 
 ------- Additional Comments From rogerio.araujo@gmail.com  2005-02-25 23:44 -------
 Created an attachment (id=14429)
 Convert.cs, some changes to make it works as expected with print function...
 
+
+------- Additional Comments From cesar@ciencias.unam.mx  2005-02-28 02:05 -------
+It makes no sense evaluating all the relational operators if we only
+want to evaluate one of them in attachment 14427. I asked to change
+that line:
+
++ results = new bool [4]{(d1 > d2), (d1 >= d2), (d1 < d2), (d1 <= d2)};
+
+Can you provide ChangeLog entries that explains the changes, please.