[Mono-bugs] [Bug 59391][Wis] Changed - Missing support for __arglist keyword

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Jun 2004 16:35:17 -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=59391

--- shadow/59391	2004-06-07 01:24:50.000000000 -0400
+++ shadow/59391.tmp.21734	2004-06-07 16:35:17.000000000 -0400
@@ -138,6 +138,19 @@
 not implemented exception for 1.0.
 
 ------- Additional Comments From miguel@ximian.com  2004-06-07 01:24 -------
 Martin was working on this over the weekend.
 
 Am assigning to him, so he can close it when he is done.
+
+------- Additional Comments From martin@ximian.com  2004-06-07 16:35 -------
+This is now implemented.  We can't call varargs methods yet due to
+missing support in S.R.E, but this'll be fixed soon.
+
+However, we can create varargs methods (and also use the arguments
+inside them).
+
+The bug could be closed as FIXED, but before we do this, we should
+actually implement the `varargs' methods everwhere.
+
+Do we have any list, I know about String.Concat and Console.WriteLine,
+but maybe there are more ?