[Mono-bugs] [Bug 73032][Wis] New - Relational Operators Bugs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 25 Feb 2005 09:46:02 -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 rogerio.araujo@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73032
--- shadow/73032 2005-02-25 09:46:02.000000000 -0500
+++ shadow/73032.tmp.30726 2005-02-25 09:46:02.000000000 -0500
@@ -0,0 +1,35 @@
+Bug#: 73032
+Product: Mono: Compilers
+Version: 1.0
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: jscript
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: rogerio.araujo@gmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Relational Operators Bugs
+
+After made some JScript examples i got few errors with relational
+operators, now i'm working on it and i got relational operators working in
+for, while and if statements.
+Now i have a problem with this code:
+
+var x, y;
+
+x = 1;
+y = 2;
+
+print(x < y);
+
+this code is generating Trace/Breakpoint trap, Cesar tolds me what's the
+reason of this error, this code is not using fall_true or fall_false, why?
+Where i can take a look in JScript source code to fix this bug too. Args,
+Call classes in expression.cs?
+I'm very happy to be a contributor of this subproject.