Skip to content

Conversation

@RikkiGibson
Copy link
Member

Filling out test plan #40500

@RikkiGibson RikkiGibson added Area-Compilers Test Test failures in roslyn-CI labels Jul 14, 2020
@RikkiGibson RikkiGibson requested a review from a team as a code owner July 14, 2020 18:07
@RikkiGibson
Copy link
Member Author

@dotnet/roslyn-compiler Could I please get a review of this test-only change?

[ModuleInitializer] // 4
static partial void M4();
[ModuleInitializer] // 5
Copy link
Contributor

@AlekseyTs AlekseyTs Jul 15, 2020

Choose a reason for hiding this comment

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

[ModuleInitializer] // 5 [](start = 4, length = 24)

Do we have a test for a scenario when the second application is allowed?

{
[ModuleInitializer]
public static partial void M1();
[ModuleInitializer] // 1
Copy link
Contributor

Choose a reason for hiding this comment

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

[ModuleInitializer] // 1 [](start = 4, length = 24)

Do we have a test for a scenario when the second application is allowed?

Copy link
Contributor

@AlekseyTs AlekseyTs left a comment

Choose a reason for hiding this comment

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

LGTM (iteration 1), with suggested tests, which can be added in a separate PR

@RikkiGibson
Copy link
Member Author

Thanks, will open a new PR to add the additional tests.

@RikkiGibson RikkiGibson merged commit 9564bd7 into dotnet:features/module-initializers Jul 15, 2020
@RikkiGibson RikkiGibson deleted the mi-testing branch July 15, 2020 22:40
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.

3 participants