[Mono-bugs] [Bug 41691][Nor] Changed - PATCH: Named parameter support missing in default binder.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 2 Mar 2004 18:23:53 -0500 (EST)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=41691
--- shadow/41691 2004-01-20 15:53:52.000000000 -0500
+++ shadow/41691.tmp.30899 2004-03-02 18:23:52.000000000 -0500
@@ -11,13 +11,13 @@
AssignedTo: banirban@novell.com
ReportedBy: piyush.garyali@honeywell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Named parameter support missing in default binder.
+Summary: PATCH: Named parameter support missing in default binder.
[Description of Problem]
There seems to be a bug in System.Type.InvokeMember. I ran a simple
program which uses reflection and it produced different results when
run from Microsoft CLR and mono.
@@ -90,6 +90,14 @@
------- Additional Comments From miguel@ximian.com 2004-01-20 15:53 -------
Lupus, do you have objections to commiting this patch and tests?
+
+------- Additional Comments From miguel@ximian.com 2004-03-02 18:23 -------
+I do not quite like the patch, because the matchVal information is
+kind of arbitrary; I would like more something based along the lines
+of the C# compiler's BetterFunction in mcs/expression.cs in the
+Invocation class.
+
+