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

More testing for partial methods #44061

Merged

Conversation

RikkiGibson
Copy link
Contributor

@RikkiGibson RikkiGibson commented May 7, 2020

Related to #43795

This PR basically just goes over the test plan and fills in any gaps.

I ended up deciding to keep the existing 'IsExtern' behavior (give the same answer for both parts) because it allows us to have more uniformity between source and metadata. 'IsAsync' will retain the already shipped behavior where we only get 'IsAsync == true' for the implementation part which has the keyword on it.

This is a test-only change.

@RikkiGibson RikkiGibson requested a review from a team as a code owner May 7, 2020 22:37
@RikkiGibson RikkiGibson added the Test Test failures in roslyn-CI label May 7, 2020
@RikkiGibson RikkiGibson merged commit dea8d8e into dotnet:features/partial-methods May 11, 2020
@RikkiGibson RikkiGibson deleted the epm-more-tests branch May 11, 2020 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Test Test failures in roslyn-CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants