The Wayback Machine - https://web.archive.org/web/20221117144644/https://github.com/pythonnet/pythonnet/pull/1657
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved support for generic method overloading #1657

Merged
merged 1 commit into from Jan 5, 2022

Conversation

lostmsu
Copy link
Member

@lostmsu lostmsu commented Jan 4, 2022

What does this implement/fix? Explain your changes.

Prior to this change if method had multiple generic overloads, only 1 of them could be matched (whichever one reflection would return first)

Now MethodBinder.MatchParameters returns all matching generic overloads, not just the first one.

Does this close any currently open issues?

fixes #1522

Checklist

Check all those that are applicable and complete.

  • Make sure to include one or more tests for your change

Prior to this change if method had multiple generic overloads, only 1 of them could be matched (whichever one reflection would return first)

Now MethodBinder.MatchParameters returns all matching generic overloads, not just the first one.

fixes pythonnet#1522
filmor
filmor approved these changes Jan 5, 2022
@lostmsu lostmsu merged commit fabb22c into pythonnet:master Jan 5, 2022
16 checks passed
@lostmsu lostmsu deleted the bugs/1522 branch Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"TypeError: No method matches given arguments" error for a virtual method with a template parameter
2 participants