[Mono-bugs] [Bug 73077][Maj] Changed - Increment and Decrement operators doesn't works

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 28 Feb 2005 01:58:54 -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=73077

--- shadow/73077	2005-02-26 22:58:26.000000000 -0500
+++ shadow/73077.tmp.9937	2005-02-28 01:58:54.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 73077
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: JScript
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: rogerio.araujo@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -20,6 +20,14 @@
 some lines of code and now is ok.
 
 ------- Additional Comments From rogerio.araujo@gmail.com  2005-02-26 22:58 -------
 Created an attachment (id=14433)
 The patch that fixes the bug
 
+
+------- Additional Comments From cesar@ciencias.unam.mx  2005-02-28 01:58 -------
+Why are casts needed?
+And you incorrectly switched the values of:
+
+increment-suffix and decrement-prefix.
+
+for the constructor arguments.