Skip to content

[swift-4.0-branch][stdlib] Make FixedWidthInteger refine LosslessStringConvertible #11336

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

Merged
merged 5 commits into from
Aug 4, 2017

Conversation

moiseev
Copy link
Contributor

@moiseev moiseev commented Aug 3, 2017

  • Explanation: Adds conformance to LosslessStringConvertible to the new FixedWidthInteger protocol (as approved in SE-0089)
  • Scope of Issue: Makes string to integer conversion possible in generic context.
  • Risk: Minimal
  • Reviewed By: Max Moiseev
  • Testing: Automated test suite with extra test cases
  • Directions for QA: N/A
  • Radar: rdar://problem/33497226

@moiseev
Copy link
Contributor Author

moiseev commented Aug 3, 2017

@swift-ci Please test

@moiseev
Copy link
Contributor Author

moiseev commented Aug 3, 2017

Thanks @xwu!

@moiseev
Copy link
Contributor Author

moiseev commented Aug 3, 2017

Cherry picked from #11193

@moiseev moiseev changed the title [swift-4.0-branch][stdlib] Make FixedWidthInteger to refine LosslessStringConvertible [swift-4.0-branch][stdlib] Make FixedWidthInteger refine LosslessStringConvertible Aug 3, 2017
@moiseev moiseev merged commit 6060a6f into swiftlang:swift-4.0-branch Aug 4, 2017
@moiseev moiseev deleted the lossless-integers-4 branch August 4, 2017 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants