[Mono-bugs] [Bug 34549][Nor] Changed - mcs incorrectly resolves some using-alias-directives
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 27 May 2003 18:17:50 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=34549
--- shadow/34549 Wed Nov 27 23:45:41 2002
+++ shadow/34549.tmp.4766 Tue May 27 18:17:50 2003
@@ -1,13 +1,13 @@
Bug#: 34549
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mathpup@mylinuxisp.com
QAContact: mono-bugs@ximian.com
@@ -73,6 +73,9 @@
}
}
The significant difference is that each using-directive within a compilation unit or
namespace (whichever is smaller) is evaluated independently of the other
using-directives with that compilation unit or namespace.
+
+------- Additional Comments From miguel@ximian.com 2003-05-27 18:17 -------
+fixed with the new ns support