[Mono-bugs] [Bug 72756][Wis] Changed - mcs has problems handling nested attributes

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 19 Feb 2005 11:46:41 -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 malekith@pld-linux.org.

http://bugzilla.ximian.com/show_bug.cgi?id=72756

--- shadow/72756	2005-02-19 10:42:40.000000000 -0500
+++ shadow/72756.tmp.4430	2005-02-19 11:46:41.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 72756
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: malekith@pld-linux.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -35,6 +35,12 @@
 }
 
 
 fails to compile using mcs from todays svn trunk. gmcs (and csc) work fine. 
 
 It is extracted from ndoc.
+
+------- 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.