[Mono-bugs] [Bug 24516] Changed - mcs should flag as error non-existent namespace in using directive

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
10 May 2002 23:38:04 -0000


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=24516

--- shadow/24516	Fri May 10 10:56:45 2002
+++ shadow/24516.tmp.13685	Fri May 10 19:38:04 2002
@@ -1,14 +1,14 @@
 Bug#: 24516
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: WONTFIX
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -22,6 +22,12 @@
 class T {
         static void Main() { }
 }
 ======================
 using.cs(1,7): error CS0246: The type or namespace name 'Cippalippa' could
 not be found (are you missing a using directive or an assembly reference?)
+
+------- Additional Comments From miguel@ximian.com  2002-05-10 19:38 -------
+There is no way of fixing this and still be fast.  It requires
+low-level access to the metadata to extract all the names and compute
+the actual valid namespaces ;-(
+