[Mono-bugs] [Bug 22597] Changed - Interface method implementation not found at runtime

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
1 Apr 2002 16:27:52 -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 mkestner@speakeasy.net.

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

--- shadow/22597	Fri Mar 29 10:19:30 2002
+++ shadow/22597.tmp.10554	Mon Apr  1 11:27:52 2002
@@ -1,12 +1,12 @@
 Bug#: 22597
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: 
-Status: RESOLVED   
+Status: VERIFIED   
 Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mkestner@speakeasy.net               
@@ -106,6 +106,9 @@
 namespace). I changed it to check also against the simple interface
 name + method name.
 I'm not sure this is totally right, though: what happens when a type
 implements two interfaces with the same name, but in different
 namespaces? The compiler here should probably output the full
 interface name (including namespace) in the name of the method.
+
+------- Additional Comments From mkestner@speakeasy.net  2002-04-01 11:27 -------
+The provided fix resolves the problem on the Gtk# code generator.