[Mono-bugs] [Bug 70712][Blo] Changed - Post Or prefix expresions threows a non implemented exception

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 11 Feb 2005 00:55:30 -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=70712

--- shadow/70712	2005-01-09 13:46:01.000000000 -0500
+++ shadow/70712.tmp.27053	2005-02-11 00:55:30.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 70712
 Product: Mono: Compilers
 Version: 1.1
 OS: unknown
 OS Details: rhel3as
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Blocker
 Component: JScript
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mauro@ximian.com               
@@ -70,6 +70,12 @@
 in <0x00041> Microsoft.JScript.SemanticAnalyser:Run
 (Microsoft.JScript.ScriptBlock)
 in [0x00033]
 (at
 /home/mauro/mono-svn/mcs/class/Microsoft.JScript/Microsoft.JScript/driver.cs:49)
 Microsoft.JScript.Driver:Main (string[])
+
+------- Additional Comments From cesar@ciencias.unam.mx  2005-02-11 00:55 -------
+Partial implementation of ++ and -- prefix and suffix cases is already
+on SVN. The particular point is that we assume that the operand is a
+variable occurrence. In the general case the operand can be a
+MemberExpression and code that involves late binding get generated.