-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Ensure RawSyntax macro parameters are the same with NDEBUG #11196
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
Ensure RawSyntax macro parameters are the same with NDEBUG #11196
Conversation
I forgot to reset the macro parameters after converting them to varargs, which didn't get caught running PR testing. This patch ensures they're all the same.
preset=buildbot,tools=RD,stdlib=RD |
@swift-ci please smoke test |
preset=buildbot,tools=RD,stdlib=RD |
Build failed |
preset=buildbot,tools=R,stdlib=RD |
1 similar comment
preset=buildbot,tools=R,stdlib=RD |
Build failed |
Not quite sure why this failed. It built successfully, but |
@swiftix The build succeeded and all the tests passed, but the bot failed creating an installable package somehow. Think this is good to merge to get the bots building again? |
@harlanhaskins Yeah, the installable package failure seems unrelated. It should be fine to merge it. |
⛵ |
@harlanhaskins Fixed :)
|
(@harlanhaskins committing with @CodaFi's account -- thanks!)
I forgot to reset the macro parameters after converting them to
varargs, which didn't get caught running PR testing.
This patch ensures they're all the same, and fixes the bots.
rdar://33531765