[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:36:50 -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 Thu Oct 3 00:35:03 2002
+++ shadow/31092.tmp.13579 Thu Oct 3 00:36:50 2002
@@ -1,13 +1,13 @@
Bug#: 31092
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: WONTFIX
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: manyoso@yahoo.com
QAContact: mono-bugs@ximian.com
@@ -43,6 +43,17 @@
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.
+
+------- Additional Comments From miguel@ximian.com 2002-10-03 00:36 -------
+reopening bug, as the Zoltan problem is different.
+
+What needs to happen for this is that the code that performs type
+lookups should be given namespaces and names, and avoid concatenating
+and obtaining a fully qualified name and then splitting it up and
+re-assembling it (the recent fix which got the resolution of nested
+types fixed introduced this feature)
+
+