[Mono-bugs] [Bug 26613][Min] Changed - need to consider interfaces that implement interfaces at type creation
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
21 Jun 2002 00:44:21 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=26613
--- shadow/26613 Thu Jun 20 09:39:03 2002
+++ shadow/26613.tmp.28796 Thu Jun 20 20:44:21 2002
@@ -1,14 +1,14 @@
Bug#: 26613
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Minor
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -35,6 +35,9 @@
If you try to run the binary you also get a better (if a little confusing)
error message.
If you check with monodis --interface, you'll note that T is recorded to
implement only B, while it implements A, too.
The bug happens with either runtime.
+
+------- Additional Comments From miguel@ximian.com 2002-06-20 20:44 -------
+Thanks once again for the detective work. I have now fixed this.