[Mono-bugs] [Bug 35224][Nor] Changed - incorrect AmbiguousTypeReference

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
7 Dec 2002 00:30:55 -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=35224

--- shadow/35224	Fri Dec  6 16:49:03 2002
+++ shadow/35224.tmp.18578	Fri Dec  6 19:30:55 2002
@@ -1,14 +1,14 @@
 Bug#: 35224
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: f_azi@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -44,6 +44,9 @@
 types is the correct one on the 'alias' statement.
 
 The problem seems to be solved in RootContext.NamespaceLookup, were the 
 alias list is checked to see if the name can be solved before looping on 
 the using list for the namespaces. Perhaps the same idea should be 
 implemented in DeclSpace.FindType where i got the error.
+
+------- Additional Comments From miguel@ximian.com  2002-12-06 19:30 -------
+Fixed.