[Mono-bugs] [Bug 28711][Nor] Changed - Error compiling mcs program
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
8 Aug 2002 11:15:32 -0000
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 martin@gnome.org.
http://bugzilla.ximian.com/show_bug.cgi?id=28711
--- shadow/28711 Thu Aug 8 00:57:40 2002
+++ shadow/28711.tmp.25483 Thu Aug 8 07:15:32 2002
@@ -1,14 +1,14 @@
Bug#: 28711
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details: SuSE Linux 8.0
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: murban@houston.rr.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -60,6 +60,14 @@
How often does this happen?
Always
Additional Information:
+
+------- Additional Comments From martin@gnome.org 2002-08-08 07:15 -------
+Already fixed this yesterday. Btw. there's an error CS0165 in your
+testcase:
+
+Test.cs(14) error CS0165: Use of unassigned local variable `m'
+
+You must change the `Melted m' to `Melted m = new Melted ()'.