[Mono-bugs] [Bug 46500][Nor] Changed - CSC namespace error that MCS doesn't catch
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 22 Jul 2003 18:46:54 -0400 (EDT)
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 peter@newton.cx.
http://bugzilla.ximian.com/show_bug.cgi?id=46500
--- shadow/46500 Tue Jul 22 15:00:40 2003
+++ shadow/46500.tmp.24358 Tue Jul 22 18:46:54 2003
@@ -1,13 +1,13 @@
Bug#: 46500
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: NOTABUG
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: martin@ximian.com
ReportedBy: peter@newton.cx
QAContact: mono-bugs@ximian.com
@@ -64,6 +64,13 @@
------- Additional Comments From martin@ximian.com 2003-07-22 15:00 -------
So are you filing a csc bug here ?
I can't see why MCS should report an error here, the testcase looks
correct. It has a `using System' and it's calling the static
Math.Abs() function.
+
+------- Additional Comments From peter@newton.cx 2003-07-22 18:46 -------
+CSC raises the error correctly: see
+http://msdn.microsoft.com/library/default.asp?url=/library/en-us/csspec/html/vclrfcsharpspec_3_8.asp
+
+At the very least, we should reject the same code that CSC rejects so
+that code written for Mono can be compiled on Windows.