-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Remote: use the qualified name for NodePointer
#22155
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
Conversation
Use the qualified name for the `NodePointer`. The unqualified name causes ambiguity when building on Windows. This repairs the Windows build.
@DougGregor 61d14ed broke the windows build :-( https://dev.azure.com/compnerd/windows-swift/_build/results?buildId=176 |
@swift-ci please test |
Build failed |
@swift-ci please test macOS platform |
Build failed |
@swift-ci please test macOS platform |
Build failed |
@swift-ci please test macOS platform |
Build failed |
Ugh, I probably did this more times in #22150 |
@DougGregor fun times! You hit the same thing that I'm hitting the iOS simulator issue. I'm going to put up a disabling change for that test. I'll try to run through that patch and see if it hits any ambiguity. |
@compnerd Thank you! Note that smoke testing will dodge the I can speculatively qualify the |
Actually, the swift builds are building with |
@swift-ci please smoke test macOS platform |
Use the qualified name for the
NodePointer
. The unqualified namecauses ambiguity when building on Windows. This repairs the Windows
build.
Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
Resolves SR-NNNN.