[Mono-bugs] [Bug 46792][Nor] Changed - Namespace lookup problem
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 23 Jul 2003 11:09:26 -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=46792
--- shadow/46792 Wed Jul 23 11:08:17 2003
+++ shadow/46792.tmp.3522 Wed Jul 23 11:09:26 2003
@@ -1,14 +1,14 @@
Bug#: 46792
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: martin@ximian.com
ReportedBy: martin@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -31,6 +31,11 @@
public int Test ()
{
return Math.Abs (-3);
}
}
}
+
+------- Additional Comments From martin@ximian.com 2003-07-23 11:09 -------
+This testcase is accepted my MCS, but not by CSC.
+The problem is that `Mono.Math' is a namespace, so it won't do a
+lookup in the 'using' list.