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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
