[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 15:00:40 -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 martin@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=46500

--- shadow/46500	Tue Jul 22 09:30:22 2003
+++ shadow/46500.tmp.24212	Tue Jul 22 15:00:40 2003
@@ -1,13 +1,13 @@
 Bug#: 46500
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: martin@ximian.com                            
 ReportedBy: peter@newton.cx               
 QAContact: mono-bugs@ximian.com
@@ -58,6 +58,12 @@
 for Microsoft (R) .NET Framework version 1.1.4322
 Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
 
 tester.cs(6,11): error CS0234: The type or namespace name 'Abs' does
 not exist in the class or namespace 'Mono.Math' (are you missing an
 assembly reference?)
+
+------- 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.