[Mono-bugs] [Bug 31092][Wis] Changed - 'using XXX;' directive only should allow namespaces not types.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
3 Oct 2002 04:35:03 -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=31092

--- shadow/31092	Tue Oct  1 03:13:26 2002
+++ shadow/31092.tmp.8980	Thu Oct  3 00:35:03 2002
@@ -1,13 +1,13 @@
 Bug#: 31092
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: WONTFIX
 Severity: Unknown
 Priority: Wishlist
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: manyoso@yahoo.com               
 QAContact: mono-bugs@ximian.com
@@ -32,6 +32,17 @@
 ------- Additional Comments From lupus@ximian.com  2002-10-01 03:13 -------
 using System.Console;
 class T {
         static void Main() {}
 }
 
+
+------- Additional Comments From miguel@ximian.com  2002-10-03 00:35 -------
+I wont be fixing this bug because again, it requires namespaces to be
+computed which is an expensive operation.  Currently mcs at a high
+warning level will be able to report other missuses of using, but
+unless we get an internal call in our runtime to get the namespaces.
+
+The good news is that it wont return false positives when I fix
+Zoltan's bug related to this problem
+
+Miguel.