[Mono-bugs] [Bug 69082][Nor] Changed - Regression in compiler.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 9 Nov 2004 03:08:47 -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=69082

--- shadow/69082	2004-11-05 16:31:08.000000000 -0500
+++ shadow/69082.tmp.25248	2004-11-09 03:08:47.000000000 -0500
@@ -332,6 +332,17 @@
 In this particular case the problem was that Indexers were using
 the shortname for the .property definition, as opposed to the
 full name.
 
 Fixing this problem fixed the problem we had in #64400, sadly it
 does not fix this bug.
+
+------- Additional Comments From rharinath@novell.com  2004-11-09 03:08 -------
+On a quick reading, LookupInterfaceContainer seems to be adding all
+the members of IB to the member cache of IA, if I understand the code
+correctly.  See the handling of 'complete': it's the MemberContainer
+of the first type in the array.  At the calling point, when handling
+IC, the first type in the passed in array is is IA.
+
+(I haven't actually instrumented the code to check this.  So, I'm
+probably totally wrong :-)
+