[Mono-bugs] [Bug 30101][Nor] Changed - mcs does fail on 'params'

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
11 Oct 2002 20:08:22 -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 ravi@ximian.com.

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

--- shadow/30101	Fri Oct 11 15:32:21 2002
+++ shadow/30101.tmp.25210	Fri Oct 11 16:08:22 2002
@@ -1,13 +1,13 @@
 Bug#: 30101
 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: duncan@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -80,6 +80,16 @@
 ------- Additional Comments From martin@gnome.org  2002-09-16 09:58 -------
 It's easier for me to fix both bugs at once, so let's wait until #30171 is fixed.
 
 
 ------- Additional Comments From ravi@ximian.com  2002-10-11 12:34 -------
 Working on this - will take some time so hang on.
+
+------- Additional Comments From ravi@ximian.com  2002-10-11 16:08 -------
+Turns out that this is a bug in the CodeDom implementation. The
+constructor being referred to should have a params keyword on the last
+argument but that was missing :-) Anyway, I fixed it now - fix coming
+to CVS soon.
+
+Hehe, the overload resolution code is solid and I am glad ;-)
+
+