[Mono-bugs] [Bug 76914][Nor] Changed - gmcs v.1.1.10-1 in the mono-gmcs package crashes

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Dec 14 12:17:06 EST 2005


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 miguel at ximian.com.

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: rharinath at novell.com                            
 ReportedBy: alexanro at pvv.org               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -171,6 +171,19 @@
     
     public static void Main() {
         Board b = new Board(9);
     }
     
 }
+
+------- Additional Comments From miguel at ximian.com  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
+


More information about the mono-bugs mailing list