[Mono-bugs] [Bug 23998] Changed - mcs should use String.Concat() instead of operator + with strings
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
30 Apr 2002 21:42:01 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=23998
--- shadow/23998 Mon Apr 29 10:58:16 2002
+++ shadow/23998.tmp.27433 Tue Apr 30 17:42:01 2002
@@ -1,14 +1,14 @@
Bug#: 23998
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -24,6 +24,9 @@
Console.WriteLine ("Time is: " + DateTime.Now);
}
}
csc turns this into WriteLine (Concat (...)).
while mcs fails because it doesn't find op_Addition (string, DateTime).
+
+------- Additional Comments From miguel@ximian.com 2002-04-30 17:42 -------
+Fixed.