[Mono-bugs] [Bug 46500][Nor] Changed - CSC namespace error that MCS doesn't catch
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 17 Jul 2003 01:36:52 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=46500
--- shadow/46500 Thu Jul 17 01:35:15 2003
+++ shadow/46500.tmp.14539 Thu Jul 17 01:36:52 2003
@@ -1,17 +1,17 @@
Bug#: 46500
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: martin@ximian.com
ReportedBy: peter@newton.cx
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: CSC namespace error that MCS doesn't catch
@@ -28,6 +28,10 @@
That file has "using System;" and invokes the function "Math.Pow", but for
some reason CSC thinks it should look in the "Mono." namespace first (there
is no "using Mono;" directive). The only reason I can think that it would
do that would be because the namespace being compiled is
Mono.Data.SybaseTypes. Clearly csc has no built-in Mono specifics.
+
+------- Additional Comments From miguel@ximian.com 2003-07-17 01:36 -------
+Martin, this is another namespace issue, can you look at this?
+