зеркало из https://github.com/mono/mail-archives.git
93 строки
3.4 KiB
HTML
93 строки
3.4 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE> [Mono-bugs] [Bug 59392][Nor] Changed - String.Concat (....) bug
|
||
|
</TITLE>
|
||
|
<LINK REL="Index" HREF="index.html" >
|
||
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
|
||
|
<META NAME="robots" CONTENT="index,nofollow">
|
||
|
|
||
|
<LINK REL="Previous" HREF="016557.html">
|
||
|
<LINK REL="Next" HREF="016559.html">
|
||
|
</HEAD>
|
||
|
<BODY BGCOLOR="#ffffff">
|
||
|
<H1>[Mono-bugs] [Bug 59392][Nor] Changed - String.Concat (....) bug
|
||
|
</H1>
|
||
|
<B>bugzilla-daemon@bugzilla.ximian.com
|
||
|
</B>
|
||
|
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
|
||
|
TITLE="[Mono-bugs] [Bug 59392][Nor] Changed - String.Concat (....) bug">bugzilla-daemon@bugzilla.ximian.com
|
||
|
</A><BR>
|
||
|
<I>Tue, 1 Jun 2004 09:35:24 -0400 (EDT)</I>
|
||
|
<P><UL>
|
||
|
<LI> Previous message: <A HREF="016557.html">[Mono-bugs] [Bug 59391][Wis] Changed - Missing support for __arglist keyword
|
||
|
</A></li>
|
||
|
<LI> Next message: <A HREF="016559.html">[Mono-bugs] [Bug 58477][Nor] Changed - MONO Beta 2 bug with RegEx matching.
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#16558">[ date ]</a>
|
||
|
<a href="thread.html#16558">[ thread ]</a>
|
||
|
<a href="subject.html#16558">[ subject ]</a>
|
||
|
<a href="author.html#16558">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
<HR>
|
||
|
<!--beginarticle-->
|
||
|
<PRE>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 <A HREF="mailto:bmaurer@users.sf.net.">bmaurer@users.sf.net.</A>
|
||
|
|
||
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=59392">http://bugzilla.ximian.com/show_bug.cgi?id=59392</A>
|
||
|
|
||
|
--- 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: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
||
|
ReportedBy: <A HREF="mailto:marek.safar@seznam.cz">marek.safar@seznam.cz</A>
|
||
|
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
||
|
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 <A HREF="mailto:bmaurer@users.sf.net">bmaurer@users.sf.net</A> 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.
|
||
|
|
||
|
</PRE>
|
||
|
<!--endarticle-->
|
||
|
<HR>
|
||
|
<P><UL>
|
||
|
<!--threads-->
|
||
|
<LI> Previous message: <A HREF="016557.html">[Mono-bugs] [Bug 59391][Wis] Changed - Missing support for __arglist keyword
|
||
|
</A></li>
|
||
|
<LI> Next message: <A HREF="016559.html">[Mono-bugs] [Bug 58477][Nor] Changed - MONO Beta 2 bug with RegEx matching.
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#16558">[ date ]</a>
|
||
|
<a href="thread.html#16558">[ thread ]</a>
|
||
|
<a href="subject.html#16558">[ subject ]</a>
|
||
|
<a href="author.html#16558">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
</body></html>
|