[Mono-bugs] [Bug 337712] Wrong method picked in generic resolution => IronRuby failure

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Nov 5 05:19:09 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=337712#c3





--- Comment #3 from Marek Safar <msafar at novell.com>  2007-11-05 03:19:09 MST ---
This issue is that we are missing method overloading resolution for delegates
completely. The quick hack would be to swap order of f2 methods because the
last method which is convertible wins

The correct fix is to use method overloading mechanism which we have inside
MethodGroupExpr but that will require some refactoring and this means it can be
too risky fix before 1.2.6.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list