swiftlang / swift-foundation

The Foundation project
Apache License 2.0
2.4k stars 159 forks source link

Add runtime check to Decimal(sign:exponent:significand:) for bin compat #933

Closed iCharlesHu closed 1 month ago

iCharlesHu commented 1 month ago

Add runtime check to revert back to old behavior for Decimal(sign:exponent:significand:) if the app was build on older OSs.

resolves: rdar://135822747 resolves: https://github.com/apple/swift-foundation/issues/833

iCharlesHu commented 1 month ago

@swift-ci please test

iCharlesHu commented 1 month ago

@swift-ci please test