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=76914 --- shadow/76914 2005-12-05 07:21:47.000000000 -0500 +++ shadow/76914.tmp.31152 2005-12-14 12:17:06.000000000 -0500 @@ -2,13 +2,13 @@ Product: Mono: Compilers Version: 1.1 OS: Debian Woody OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -171,6 +171,19 @@ public static void Main() { Board b = new Board(9); } } + +------- Additional Comments From [EMAIL PROTECTED] 2005-12-14 12:17 ------- +The bug has been fixed on SVN. + +Notice that your program is buggy and will now report: + +bo.cs(81,25): error CS0030: Cannot convert type `Position' to +`Board.Stone' +bo.cs(92,30): error CS0103: The name `NoStone' does not exist in the +context of `Board' +bo.cs(101,15): warning CS0219: The variable `b' is assigned but its +value is never used + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
