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

Shutdown toolset compilers #43135

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Conversation

jjonescz
Copy link
Member

@jjonescz jjonescz requested a review from jaredpar August 30, 2024 13:58
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Aug 30, 2024
@jjonescz jjonescz marked this pull request as ready for review August 30, 2024 15:33
@KalleOlaviNiemitalo
Copy link
Contributor

AFAICT this won't help with #20183, but won't hurt either.

private static readonly string s_toolsetPackageName = "microsoft.net.sdk.compilers.toolset";
private static readonly string s_vbcsCompilerExeFileName = "VBCSCompiler.exe";
private static readonly string s_shutdownArg = "-shutdown";

internal static readonly string VBCSCompilerPath = Path.Combine(
Copy link
Member

Choose a reason for hiding this comment

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

Can this be a private static too? The inconsistency between the fields is itching at me.

Copy link
Member Author

Choose a reason for hiding this comment

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

It's used in tests currently, I can add a comment.

Copy link
Member

Choose a reason for hiding this comment

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

No need for comment. Was just curious.

Copy link
Member Author

Choose a reason for hiding this comment

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

(note that this PR targets release/9.0.1xx, but I'm unsure that's correct)

Copy link
Member

Choose a reason for hiding this comment

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

Where did you want to ship this? 9.0.1xx is still open for checkins unless they are breaking changes or high risk.

Copy link
Member Author

Choose a reason for hiding this comment

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

Ideally .NET 9 so it's shipped with the other torn sdk changes, I wasn't sure it meets the bar, but it shouldn't be high risk.

@jjonescz
Copy link
Member Author

jjonescz commented Sep 5, 2024

@rainersigwald for a second review, thanks

1 similar comment
@jjonescz
Copy link
Member Author

@rainersigwald for a second review, thanks

@jjonescz jjonescz merged commit 795af9f into dotnet:release/9.0.1xx Sep 13, 2024
31 checks passed
@jjonescz jjonescz deleted the tearing-shutdown branch September 13, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants