-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Add Codable conformance to common Foundation types #9715
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
Add Codable conformance to common Foundation types #9715
Conversation
b17383b
to
e3978ff
Compare
@swift-ci Please smoke test OS X |
Please do a full test on macOS before merging this time. |
@jrose-apple Will do. Just want to make sure the tests compile and run here briefly before continuing. |
0817a47
to
2b45e18
Compare
@swift-ci Please test and merge |
2b45e18
to
aae2d40
Compare
@swift-ci Please test and merge |
I don't know why GitHub suddenly reported a merge conflict that had to be resolved (because there was nothing really conflicting), but let's try this again... |
@swift-ci Please test and merge |
b166501
to
c0ec2c5
Compare
Add conformances + unit tests for * CGFloat * AffineTransform * Calendar * CharacterSet * DateComponents * DateInterval * Decimal * IndexPath * IndexSet * Locale * Measurement * NSRange * PersonNameComponents * TimeZone * URL * UUID along with some unit tests for each.
c0ec2c5
to
012ea93
Compare
@swift-ci Please test and merge |
What's in this pull request?
Take two of this PR because I broke the iOS builders last time.
Add conformances + unit tests for
along with some unit tests for each.