Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Improved support for generic method overloading#1657

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
lostmsu merged 1 commit intopythonnet:masterfromlosttech:bugs/1522
Jan 5, 2022

Conversation

lostmsu
Copy link
Member

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)

NowMethodBinder.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.fixespythonnet#1522
@lostmsulostmsu merged commitfabb22c intopythonnet:masterJan 5, 2022
@lostmsulostmsu deleted the bugs/1522 branchJanuary 5, 2022 18:57
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@filmorfilmorfilmor approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
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
@lostmsu@filmor

[8]ページ先頭

©2009-2025 Movatter.jp