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 19:24:10.000000000 -0500 +++ shadow/80646.tmp.17676 2007-01-27 19:41:51.000000000 -0500 @@ -10,13 +10,12 @@ Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: -Cc: Summary: gmcs crashes on a partial generic class with nested types gmcs is unable to compile a partial generic class that contains a nested type. See attachment for a simple test case. Stacktrace: @@ -36,6 +35,11 @@ Created an attachment (id=18565) Sample test case ------- Additional Comments From [EMAIL PROTECTED] 2007-01-27 19:24 ------- 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
