[Mono-bugs] [Bug 80646][Nor] Changed - gmcs crashes on a partial generic class with nested types

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Jan 28 02:44:02 EST 2007


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 rharinath at novell.com.

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

--- shadow/80646	2007-01-27 20:03:40.000000000 -0500
+++ shadow/80646.tmp.23524	2007-01-28 02:44:01.000000000 -0500
@@ -40,6 +40,14 @@
 FYI: attachment is a tar.gz
 
 ------- Additional Comments From marek.safar at seznam.cz  2007-01-27 19:41 -------
 It looks like we improperly use IsGeneric property as it does for some
 reason recursive search. We even call DefineGenericParameters when a
 class is not generic but any of its parents is.
+
+------- Additional Comments From rharinath at novell.com  2007-01-28 02:44 -------
+I believe this bug is fixed by the fix for bug 80358.  Can you check
+with a recent SVN snapshot?
+
+BTW, Marek, IsGeneric is correct.  Here 'Parent' refers to enclosing
+classes.  Any class nested inside a generic class is itself generic,
+even though it doesn't declare any generic parameters of its own.


More information about the mono-bugs mailing list