[Mono-bugs] [Bug 77014][Nor] Changed - params in indexer not handled
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jan 30 10:50:31 EST 2006
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 rharinath at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77014
--- shadow/77014 2006-01-25 12:31:34.000000000 -0500
+++ shadow/77014.tmp.29693 2006-01-30 10:50:31.000000000 -0500
@@ -55,6 +55,14 @@
No overload for method 'this' takes '2' arguments
------- Additional Comments From lupus at ximian.com 2006-01-25 12:31 -------
Increased the priority of this bug, since this prevents some nice
programming patterns.
+
+------- Additional Comments From rharinath at novell.com 2006-01-30 10:50 -------
+We aren't set up to handle the params attribute in any parameter
+except the last. We'll have to change the overload resolution
+mechanism to work on indexers or fake up dummy 'get' functions where
+they're missing and do the overload resolution on 'get' functions even
+on a 'set' call.
+
More information about the mono-bugs
mailing list