[Mono-bugs] [Bug 21083] Changed - Undefined interface base type
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
27 Feb 2002 00:38:05 -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=21083
--- shadow/21083 Tue Feb 26 12:49:16 2002
+++ shadow/21083.tmp.21510 Tue Feb 26 19:38:05 2002
@@ -1,14 +1,14 @@
Bug#: 21083
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: f_ai@hotmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -49,6 +49,12 @@
public interface C: A //<- this fails
{
void method2();
}
}
+
+------- Additional Comments From miguel@ximian.com 2002-02-26 19:38 -------
+Great analysis of the problem!
+
+The bug was indeed calling RootContext.TypeManager.LookupType instead
+of RootContext.LookupType. The fix is going to CVS soon.