[Mono-bugs] [Bug 46792][Nor] Changed - Namespace lookup problem

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 23 Jul 2003 11:13:50 -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:09:26 2003
+++ shadow/46792.tmp.7752	Wed Jul 23 11:13:50 2003
@@ -36,6 +36,13 @@
 }
 
 ------- 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.
+
+------- Additional Comments From martin@ximian.com  2003-07-23 11:13 -------
+This bug also affects #46500: since `Mono.Math' is currently declared
+public in or corlib.dll, the testcase provided in that bug currently
+doesn't compile with csc (but it will again once 'Mono.Math' is
+`internal' again).
+