[Mono-bugs] [Bug 67520][Min] Changed - Improve error message -- report CS0118 instead of CS0246 (was: MCS in cvs HEAD can't compile MD)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 12 Oct 2004 03:04:17 -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 tberman@off.net.

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

--- shadow/67520	2004-10-08 01:40:33.000000000 -0400
+++ shadow/67520.tmp.9313	2004-10-12 03:04:17.000000000 -0400
@@ -130,6 +130,10 @@
   //Main/Base/Internal/Parser/SharpAssemblyLayer/SharpAssemblyClass.cs
   namespace MonoDevelop.Internal.Parser {
     using MonoDevelop.SharpAssembly.Assembly;
     ... code using 'SharpAssembly' ... // (1)
   }
 
+
+------- Additional Comments From tberman@off.net  2004-10-12 03:04 -------
+The reason this works on windows is that #D is using a different root
+namespace, whereas we have a common one. Duh.