[Mono-bugs] [Bug 74684][Wis] Changed - [GMCS] Unable to define generic field inside generic type through S.R.E

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 10 May 2005 13:09:11 -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 martin@ximian.com.

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

--- shadow/74684	2005-05-04 10:32:08.000000000 -0400
+++ shadow/74684.tmp.17125	2005-05-10 13:09:11.000000000 -0400
@@ -95,6 +95,11 @@
 For value types the assertion seems to be feasible, since
 struct A <T> {
   A<T> f;
 }
 
 is always invalid, also for static fields.
+
+------- Additional Comments From martin@ximian.com  2005-05-10 13:09 -------
+That patch is an absolute no-go.
+The assertion is there for a very good reason and removing it would
+just introduce tons of problems.