Skip to content

AST,Basic: update support for process execution on Windows #68280

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 3 commits into from
Sep 4, 2023

Conversation

compnerd
Copy link
Member

@compnerd compnerd commented Sep 1, 2023

Implement process launching on Windows to support macros. Prefer to use
the LLVM types wherever possible. The pipes are converted into file
descriptors as the types are internal to the process. This allows us to
have similar paths on both sides and avoid having to drag in Windows.h
for the definition of HANDLE. This is the core missing functionality
for Windows to support macros.

@compnerd
Copy link
Member Author

compnerd commented Sep 1, 2023

CC: @DougGregor @rintaro @bnbarham

@compnerd compnerd mentioned this pull request Sep 1, 2023
9 tasks
Implement process launching on Windows to support macros.  Prefer to use
the LLVM types wherever possible.  The pipes are converted into file
descriptors as the types are internal to the process.  This allows us to
have similar paths on both sides and avoid having to drag in `Windows.h`
for the definition of `HANDLE`.  This is the core missing functionality
for Windows to support macros.
@compnerd compnerd changed the title macros: work towards supporting macros on Windows AST,Basic: update support for process execution on Windows Sep 3, 2023
@compnerd
Copy link
Member Author

compnerd commented Sep 3, 2023

@swift-ci please test

@compnerd
Copy link
Member Author

compnerd commented Sep 3, 2023

@swift-ci please test

@compnerd
Copy link
Member Author

compnerd commented Sep 4, 2023

@swift-ci please test

@compnerd compnerd merged commit 60a8e72 into swiftlang:main Sep 4, 2023
@compnerd compnerd deleted the execution branch September 4, 2023 15:00
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.

1 participant