-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[stdlib] update the fatal error message displayed during invalid integer conversions #16480
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
…to-int conversions (<rdar://39542040>)
@moiseev As I had discussed, I have removed "signed" qualifier from the error message printed during integer conversions. Let me know if the new error message sounds okay or if you would prefer to change it. Now if you do,
We used to get "Fatal error: Not enough bits to represent a signed value:" |
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.
@swift-ci Please smoke 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.
Nice!
@swift-ci please smoke test |
It's not triggering for some reason... |
Yes it happens if there is a force push to the branch. |
@swift-ci please smoke test |
1 similar comment
@swift-ci please smoke test |
@swift-ci smoke test |
@swift-ci test |
Seems like all checks have passed. Good to be merged? |
Thanks @airspeedswift ! |
…to-int conversions (<rdar://39542040>) (swiftlang#16480)
[4.2][stdlib] update the fatal error message displayed during invalid int-to-int conversions (<rdar://39542040>) (#16480)
(rdar://39542040)