-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
[stdlib] Implement updates to SE-0104 #11203
Conversation
@swift-ci Please test macOS platform |
@swift-ci Please smoke benchmark |
@swift-ci Please Test Source Compatibility |
Build failed |
Build comment file:Build failed before running benchmark. |
swiftlang/swift-corelibs-foundation#1136 |
@swift-ci Please test macOS platform |
Build failed |
Build failed |
@swift-ci Please Test Source Compatibility |
swiftlang/swift-package-manager#1289 |
@swift-ci Please Test Source Compatibility |
1 similar comment
@swift-ci Please Test Source Compatibility |
swiftlang/swift-package-manager#1289 |
swiftlang/swift-corelibs-foundation#1136 |
swiftlang/swift-package-manager#1289 |
@swift-ci Please Test Source Compatibility |
ArithmeticOverflow
typeBinaryInteger.init
generic overBinaryFloatingPoint
instead ofFloatingPoint
init(extendingOrTruncating:)
toinit(truncatingIfNeeded:)
Shift operation changes can be found here.