[Mono-bugs] [Bug 29020][Nor] Changed - mcs prefers a varargs method instead of a prarams one

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
23 Aug 2002 18:50:58 -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 martin@gnome.org.

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

--- shadow/29020	Wed Aug 21 01:52:07 2002
+++ shadow/29020.tmp.6990	Fri Aug 23 14:50:58 2002
@@ -1,13 +1,13 @@
 Bug#: 29020
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: ravi@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -29,6 +29,10 @@
         }
         static void Main() { print ("a");}
 }
 The sample will still run on the ms runtime, though not on the mono one
 since we don't support the vararg call convention yet (and neither mcs
 supports it for that matter).
+
+------- Additional Comments From martin@gnome.org  2002-08-23 14:50 -------
+Ok, fixed in CVS.  Just told the type lookup code not to return any varargs methods ....
+