-
Notifications
You must be signed in to change notification settings - Fork 10.5k
repair build after #32903 #33066
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
repair build after #32903 #33066
Conversation
@swift-ci please smoke test |
// RUN: echo "}," >> %/t/inputs/map.json | ||
// RUN: echo "{" >> %/t/inputs/map.json | ||
// RUN: echo "\"moduleName\": \"SwiftOnoneSupport\"," >> %/t/inputs/map.json | ||
// RUN: echo "\"modulePath\": \"%ononesupport_module\"," >> %/t/inputs/map.json | ||
// RUN: echo "\"modulePath\": \"%/ononesupport_module\"," >> %/t/inputs/map.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fix is missing the removal of the comma after the last object element that I had in the other PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, good point. That is optional - I can add it or it can be a follow up. The reason that it is not needed is because the list itself contains objects. Objects can have trailing commas.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @compnerd.
Sorry for the trouble.
lit.cfg:1444 needs to be: |
Repair the Windows build after swiftlang#32903
Bleh, adjusted. Thanks @artemcm |
@swift-ci please smoke test |
@swift-ci please test windows platform |
Oh,nice, let's go with that since it's ready! |
Repair the Windows build after #32903
Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
Resolves SR-NNNN.