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=79239 --- shadow/79239 2006-08-31 17:58:53.000000000 -0400 +++ shadow/79239.tmp.7205 2006-08-31 18:01:14.000000000 -0400 @@ -1,23 +1,23 @@ Bug#: 79239 Product: Mono: Compilers Version: 1.1 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: gmcs throws a nullref on 'class Outer : IEnumerator<Outer.Inner>' +Summary: gmcs throws a nullref on 'class Outer : IEnumerator [Outer.Inner]' gmcs will crash with a NullReferenceException if it encounters a class definition like this: public class Outer : IEnumerable<Outer.Inner> { @@ -48,6 +48,10 @@ there. ------- Additional Comments From [EMAIL PROTECTED] 2006-08-31 17:58 ------- Created an attachment (id=17579) Test case exposing the gmcs crash + +------- Additional Comments From [EMAIL PROTECTED] 2006-08-31 18:01 ------- +Changed the <Outer.Inner> in the summary to [Outer.Inner] as bugzilla +doesn't cope with the < and > properly in that field. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
