-
Notifications
You must be signed in to change notification settings - Fork 195
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
Consistently use JSON when encoding output file maps #1777
Conversation
@swift-ci please test |
@swift-ci please test source compatibility |
A heads up this PR is formatted with 4 spaces instead of 2 |
} | ||
} | ||
|
||
private func quoteAndEscape(path: VirtualPath) -> String { |
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.
Do we actually have tests that exercise the quoting and escaping this is doing?
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.
I added a basic unit test for this since existing coverage wasn't great. Also ran this through source compatibility testing and the results look good there so far
a895daa
to
8e8af58
Compare
@swift-ci please test |
@swift-ci please test Windows platform |
8e8af58
to
c89a585
Compare
@swift-ci please test |
@swift-ci please test Windows platform |
Simplify the encoding of output file maps and remove a yams dependency we don't need in this part of the driver