[Mono-bugs] [Bug 72393][Maj] Changed - mjs does not support operator +=,

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 10 Feb 2005 00:15:42 -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=72393

--- shadow/72393	2005-02-09 04:42:54.000000000 -0500
+++ shadow/72393.tmp.7117	2005-02-10 00:15:42.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 72393
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: JScript
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: cesar@ciencias.unam.mx               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -38,6 +38,11 @@
 Always.
 
 ------- Additional Comments From cesar@ciencias.unam.mx  2005-02-09 04:42 -------
 Created an attachment (id=14139)
 Test case.
 
+
+------- Additional Comments From cesar@ciencias.unam.mx  2005-02-10 00:15 -------
+Fixed on SVN.
+
+Also implemented: +=, -=, *=, /=, &=, |=, ^=, %=, <<=, >>=, >>>=.