Skip to content

Windows: replace MSVCRT with CRT #146

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

Merged
merged 1 commit into from
Oct 20, 2020
Merged

Windows: replace MSVCRT with CRT #146

merged 1 commit into from
Oct 20, 2020

Conversation

compnerd
Copy link
Member

This is part of the migration path to remove the use of the visualc
module from the Swift SDK for Windows. The use of the stdout and
stderr types requires the use of the Swift overlay as the C library
interfaces are not directly usable with the same name.

This is part of the migration path to remove the use of the `visualc`
module from the Swift SDK for Windows.  The use of the `stdout` and
`stderr` types requires the use of the Swift overlay as the C library
interfaces are not directly usable with the same name.
@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd
Copy link
Member Author

Please do not merge this - this needs to be synchronized with swiftlang/swift#34299

@abertelrud
Copy link
Contributor

Sounds good. Should we mark as Draft to prevent it from getting merged?

@compnerd
Copy link
Member Author

compnerd commented Oct 19, 2020

@abertelrud - once it is accepted, I think that I should be able to coordinate the changes in short order (I have all the changes ready to go except this one, and once this is done, I'll coordinate with Nate to get them all merged simultaneously)

Copy link
Contributor

@abertelrud abertelrud left a comment

Choose a reason for hiding this comment

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

LGTM

@abertelrud
Copy link
Contributor

@compnerd That sounds good — I misunderstood, and was just going off of the note to please not merge yet (which I've seen done in other cases by marking as Draft until it can be merged). As far as I'm concerned this can be merged any time. Thanks!

@compnerd compnerd merged commit 063dd1d into swiftlang:main Oct 20, 2020
@compnerd compnerd deleted the CRT branch October 20, 2020 18:05
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.

2 participants