[Mono-bugs] [Bug 72674][Wis] Changed - mjs can't handle properly repeated variable declarations
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Feb 2005 14:59:28 -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=72674
--- shadow/72674 2005-02-22 02:26:04.000000000 -0500
+++ shadow/72674.tmp.21704 2005-02-22 14:59:28.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 72674
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Wishlist
Component: JScript
AssignedTo: mono-bugs@ximian.com
ReportedBy: cesar@ciencias.unam.mx
QAContact: mono-bugs@ximian.com
@@ -69,6 +69,15 @@
Created an attachment (id=14245)
Second Test Case.
------- Additional Comments From cesar@ciencias.unam.mx 2005-02-22 02:26 -------
Fixed on svn.
+
+------- Additional Comments From cesar@ciencias.unam.mx 2005-02-22 14:59 -------
+When having a variable declaration and function declaration with same
+id, jsc reports error JS5040.
+
+Although 'jsc /fast-' allows it.
+
+We will be reporting JS5040, as mjs targets /fast+. But might be
+desirable incrementally allow the features of /fast- .