-
Notifications
You must be signed in to change notification settings - Fork 10.5k
SR-8649: Range types conform to Codable #19532
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
…artialRangeThrough and PartialRangeFrom
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.
Nice additions! Some brief comments below.
@swift-ci please smoke test |
Where did we end up on this one? |
@parkera Sorry, life got in the way with making the required changes to this PR. I will make the required changes today and try to add in the tests for this (but it's still something I need to investigate). |
Awesome, thanks! |
@parkera I've made the changes and added the tests in what I'm assuming to be the right place. |
Thanks @dlbuckley, this looks good to me. |
… to uncheckedBounds constructor
@swift-ci Please test |
Build failed |
@swift-ci Please test Linux platform |
@swift-ci Please Test Source Compatibility |
Overview
Conform
Range
,ClosedRange
,PartialRangeUpTo
,PartialRangeThrough
andPartialRangeFrom
toCodable
.Bug Report
SR-8649
Forum Thread
Range conform to Codable
Proposal Amendment PR
Swift Evolution PR #915