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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Feb 2005 04:42:00 -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:00.000000000 -0500
+++ shadow/72393.tmp.21741	2005-02-09 04:42:00.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 72393
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: JScript
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: cesar@ciencias.unam.mx               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mjs does not support operator +=,
+
+Description of Problem:
+When trying to use the += operator, mjs throws an exception saying that's
+not implemented.
+
+Steps to reproduce the problem:
+Compile test case with: mjs test-case.js
+
+Actual Results:
+Unhandled Exception: System.NotImplementedException: The requested feature
+is not implemented.
+in [0x00049] (at
+/home/cesar/mono/new-semantic-analysis/mcs/class/Microsoft.JScript/Microsoft.JScript/expression.cs:1288)
+Microsoft.JScript.Assign:Emit (Microsoft.JScript.EmitContext)
+
+
+Expected Results:
+2
+
+How often does this happen? 
+Always.