-
Notifications
You must be signed in to change notification settings - Fork 1.2k
SR-9685: Accessing NSNumber(value: 1.2 as Float).description crashes #1830
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 |
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.
Thanks for the awesome set of additional tests.
Just testing that ICU is built on the CI tests, I dont think it is at the moment |
@swift-ci test |
@shahmishal Which preset is used when running CI tests for |
@swift-ci test |
- NSNumber.description: Second kCFNumberFloatType should have been kCFNumberFloat32Type in case statement. - Remove extra kCFNumberCGFloatType as it is handled seperately.
@swift-ci test |
@swift-ci test |
@swift-ci test and merge |
@swift-ci test |
@swift-ci test and merge |
NSNumber.description: Second kCFNumberFloatType should have been
kCFNumberFloat32Type in case statement.
Remove extra kCFNumberCGFloatType as it is handled seperately.