[Mono-bugs] [Bug 72756][Wis] Changed - mcs has problems handling nested attributes
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 21 Feb 2005 08:25:34 -0500 (EST)
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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72756
--- shadow/72756 2005-02-21 06:15:06.000000000 -0500
+++ shadow/72756.tmp.16501 2005-02-21 08:25:34.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 72756
Product: Mono: Compilers
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: rharinath@novell.com
ReportedBy: malekith@pld-linux.org
QAContact: mono-bugs@ximian.com
@@ -41,6 +41,10 @@
------- Additional Comments From malekith@pld-linux.org 2005-02-19 11:46 -------
This is because while ResolveNamespaceOrType() is passed silent=true
argument (from ResolvePossibleAttributeTypes), it calls
MemberLookupFinal which reports an error. But I guess I cannot find
out a clean way to fix it.
+
+------- Additional Comments From rharinath@novell.com 2005-02-21 08:25 -------
+Fixed in SVN. Thanks for the analysis -- it helped me focus my efforts.
+