[Mono-bugs] [Bug 46976][Blo] Changed - Compilation broken.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 28 Jul 2003 12:16:31 -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=46976

--- shadow/46976	Sun Jul 27 19:56:57 2003
+++ shadow/46976.tmp.4587	Mon Jul 28 12:16:31 2003
@@ -1,14 +1,14 @@
 Bug#: 46976
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Blocker
 Component: Misc
 AssignedTo: martin@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -35,6 +35,19 @@
 			}
 		}
 		
 		static void Main () {}
 	}
 }
+
+------- Additional Comments From martin@ximian.com  2003-07-28 12:16 -------
+Unfortuately, this is NOTABUG, you cannot use `Math.Something'
+anywhere in namespace 'Mono.Something'.
+
+That's related to bug #46792 - `Math' is not the class `System.Math',
+but the namespace 'Mono.Math' and there's no element 'Min' in that
+namespace.
+
+CSC also reports that error if you compile it with /r:corlib.dll.
+
+The real problem here is that our corlib.dll contains a namespace
+Mono.Math which mscorlib.dll doesn't.