[Mono-bugs] [Bug 72884][Nor] Changed - mjs does not implement ForIn loop.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 28 Feb 2005 23:38:59 -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=72884

--- shadow/72884	2005-02-23 03:07:09.000000000 -0500
+++ shadow/72884.tmp.879	2005-02-28 23:38:59.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 72884
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: JScript
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: cesar@ciencias.unam.mx               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -19,6 +19,11 @@
 Compile attached test case.
 
 ------- Additional Comments From cesar@ciencias.unam.mx  2005-02-23 03:07 -------
 Created an attachment (id=14334)
 ForIn test case.
 
+
+------- Additional Comments From cesar@ciencias.unam.mx  2005-02-28 23:38 -------
+Commited initial implementation, where the ast before the 'in'
+operator is a VariableStatemente, it's missing the case where an
+arbitrary expression sits there.