[Mono-bugs] [Bug 21255] Changed - CS527 error incorrectly reported + segfault
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
5 Mar 2002 10:32:43 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=21255
--- shadow/21255 Sat Mar 2 01:41:00 2002
+++ shadow/21255.tmp.2117 Tue Mar 5 05:32:43 2002
@@ -1,16 +1,16 @@
Bug#: 21255
-Product: Mono/MCS
+Product: Mono/Class Libraries
Version: unspecified
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
-Component: Misc
+Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: mkestner@speakeasy.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -43,6 +43,14 @@
public interface IGeneratable
Looks like it is only puking on the class declarations where there is a
base class plus an interface in the inheritance clause. EnumGen is an
example where the interface is the only inherited Type and it apparently
succeeds.
+
+------- Additional Comments From lupus@ximian.com 2002-03-05 05:32 -------
+This is probably a problem with our reflection implementation.
+I commited fixes for compiling interfaces the last few days: could you
+confirm if it works now?
+
+lupus
+