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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 1 Jun 2004 09:35:24 -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 bmaurer@users.sf.net.

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

--- shadow/59392	2004-06-01 07:18:52.000000000 -0400
+++ shadow/59392.tmp.26022	2004-06-01 09:35:24.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 59392
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: marek.safar@seznam.cz               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -24,6 +24,12 @@
 is wrong because mscorlib one is
 
 public static String Concat (Object obj1, Object obj2, Object obj3, Object
 obj4, __arglist)
 
 also api-diff-tool has a bug because does not find out this error.
+
+------- 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.