-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[4.2] SR-1674: NSString.doubleValue doesn't support a few formats supported by Darwin #1930
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
@swift-ci test 4.2 |
This broke due to a change made in CI for https://bugs.swift.org/browse/SR-9699 which should have only been applied to branches newer than |
@swift-ci test 4.2 |
@swift-ci test Linux |
1 similar comment
@swift-ci test Linux |
@swift-ci test 4.2 |
@spevans this one genuinely failed:
|
Yeah I think its a testable imports issue, I'll look at it for the next release |
@swift-ci test 4.2 |
… by Darwin - Dont require a digit before a leading decimal separator. - Support exponent specified by 'e' or 'E'. (cherry picked from commit acb8cf7)
c3e94ea
to
5e86787
Compare
@swift-ci test 4.2 |
1 similar comment
@swift-ci test 4.2 |
Don't require a digit before a leading decimal separator.
Support exponent specified by 'e' or 'E'.
(cherry picked from commit acb8cf7)