Skip to content

Shutdown toolset compilers#43135

Merged
jjonescz merged 1 commit intodotnet:release/9.0.1xxfrom
jjonescz:tearing-shutdown
Sep 13, 2024
Merged

Shutdown toolset compilers#43135
jjonescz merged 1 commit intodotnet:release/9.0.1xxfrom
jjonescz:tearing-shutdown

Conversation

@jjonescz
Copy link
Copy Markdown
Member

@jjonescz jjonescz requested a review from jaredpar August 30, 2024 13:58
@ghost ghost 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
Copy Markdown
Contributor

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

private static readonly string s_vbcsCompilerExeFileName = "VBCSCompiler.exe";
private static readonly string s_shutdownArg = "-shutdown";

internal static readonly string VBCSCompilerPath = Path.Combine(
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member Author

jjonescz commented Sep 5, 2024

@rainersigwald for a second review, thanks

1 similar comment
@jjonescz
Copy link
Copy Markdown
Member Author

@rainersigwald for a second review, thanks

@jjonescz jjonescz merged commit 795af9f into dotnet:release/9.0.1xx Sep 13, 2024
@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