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

Remove redundant method accessibility checks & optimize ProxyUtil.IsAccessibleMethod #666

Merged
merged 3 commits into from Sep 10, 2023

Conversation

stakx
Copy link
Member

@stakx stakx commented Sep 10, 2023

This is a mostly straightforward refactoring. If there are no comments to the contrary, I'll probably go ahead and merge this pretty soon.

(PS: This PR does not contain anything nefarious, despite its somewhat suspicious number. 😈)

@stakx stakx added this to the vNext milestone Sep 10, 2023
{
return false;
}
// NOTE: at this point, the method's accessibility should already have been checked (see `AddMethod` above)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only code execution paths leading here look like this:

AddMethod → the various collectors' GetMethodToGenerate methods ( → AcceptMethod ) → AcceptMethodPreScreen

@stakx stakx changed the title Remove redundant method accessibility check & optimize the remaining one Remove redundant method accessibility checks & optimize the remaining one Sep 10, 2023
@stakx stakx changed the title Remove redundant method accessibility checks & optimize the remaining one Remove redundant method accessibility checks & optimize ProxyUtil.IsAccessibleMethod Sep 10, 2023
@stakx stakx merged commit 222b1b8 into castleproject:master Sep 10, 2023
4 checks passed
@stakx stakx deleted the refactor/accessibility-check branch September 10, 2023 21:36
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.

None yet

1 participant