[Mono-bugs] [Bug 59392][Nor] Changed - String.Concat (....) bug

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 5 Jun 2004 15:19:52 -0400 (EDT)


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@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=59392

--- shadow/59392	2004-06-05 15:12:57.000000000 -0400
+++ shadow/59392.tmp.14216	2004-06-05 15:19:52.000000000 -0400
@@ -10,12 +10,13 @@
 Component: CORLIB
 AssignedTo: martin@ximian.com                            
 ReportedBy: marek.safar@seznam.cz               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
+Cc: gonzalo@ximian.com,miguel@ximian.com
 Summary: String.Concat (....) bug
 
 this method in class String
 
 public static String Concat (Object obj1, Object obj2, Object obj3, Object
 obj4)
@@ -29,6 +30,9 @@
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-06-01 09:35 -------
 This method should be removed for now, and revisited when we have mcs 
 support.
 
 The method is only used by managed C++, so it is not really an issue.
+
+------- Additional Comments From martin@ximian.com  2004-06-05 15:19 -------
+Miguel, should I try to fix the corresponding mcs bug ?