[Mono-bugs] [Bug 41975][Nor] Changed - Lookup failure, when namespace specified

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 13 Jul 2003 14:17:44 -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=41975

--- shadow/41975	Fri Jul  4 15:11:54 2003
+++ shadow/41975.tmp.27036	Sun Jul 13 14:17:44 2003
@@ -1,13 +1,13 @@
 Bug#: 41975
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: martin@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -33,6 +33,9 @@
         }
 }
 
 Part of the problem is that MemberAccess is not doing a check for the first
 X being a namespace.  So it applies the `using' rule, which gets a match
 for type X.X.  Then it tries to lookup member "X" inside the resulting type.
+
+------- Additional Comments From martin@ximian.com  2003-07-13 14:17 -------
+Fixed in CVS.