[Mono-bugs] [Bug 58659][Nor] Changed - Generics: assertion failed: (io <= max_vtsize)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 3 Aug 2004 20:12:24 -0400 (EDT)


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=58659

--- shadow/58659	2004-05-18 13:09:44.000000000 -0400
+++ shadow/58659.tmp.16808	2004-08-03 20:12:24.000000000 -0400
@@ -5,13 +5,13 @@
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: misc
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: martin@ximian.com                            
 ReportedBy: edd@usefulinc.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Generics: assertion failed: (io <= max_vtsize)
@@ -83,6 +83,20 @@
 
 
 ------- Additional Comments From edd@usefulinc.com  2004-05-18 13:09 -------
 If I remove IList <CrowdMember>
 from the list of interfaces on Crowd then everything works
 OK.  It only crashes when that interface is there.
+
+------- Additional Comments From miguel@ximian.com  2004-08-03 20:12 -------
+Martin, with the latest CVS, the above sample does not compile, it
+reports:
+
+ALPHA SOFTWARE: Mono C# Compiler 1.0.0.0 for Generics
+gen.cs(21) error CS0535: 'Crowd`1' does not implement interface member
+'System.Collections.Generic.ICollection`1[!0].Add(!0)'
+gen.cs(21) error CS0536: 'Crowd`1' does not implement interface member
+'System.Collections.Generic.ICollection`1[!0].Remove(!0)'.
+'Crowd`1.Remove(!0)' is either static, not public, or has the wrong
+return type
+
+Even if the methods are defined.