Skip to content

ClangImporter: work around the inability to adjust the Darwin overlay #82213

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
Jun 12, 2025

Conversation

compnerd
Copy link
Member

Explicitly carve out _stdio.stdin, _stdio.stdout, _stdio.stderr as unaliased as the macros are explicitly imported through the _stdio overlay.

Explicitly carve out `_stdio.stdin`, `_stdio.stdout`, `_stdio.stderr` as
unaliased as the macros are explicitly imported through the `_stdio`
overlay.
@compnerd
Copy link
Member Author

@swift-ci please smoke test

Copy link
Contributor

@al45tair al45tair left a comment

Choose a reason for hiding this comment

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

It'd be nice if we could figure out a way to avoid this (even without changing the Darwin overlay), but personally I'd rather we did this than reverting the alias change.

@ian-twilightcoder
Copy link
Contributor

These actually are changing again (sorry) if you check out the Xcode beta. Not sure how much that matters for this change...

@compnerd compnerd enabled auto-merge (squash) June 12, 2025 22:39
@compnerd compnerd merged commit 0311223 into swiftlang:main Jun 12, 2025
3 checks passed
@compnerd compnerd deleted the darwin-carve-outs branch June 12, 2025 23:17
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.

3 participants