-
Notifications
You must be signed in to change notification settings - Fork 145
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
Consider fate of Decimal
#43
Comments
|
It also crashes because of missing functionality.
|
|
Most of the missing functionality was implemented in the open-source version; it was to be synchronized with the Apple version but...well, that hasn't happened. If made part of a new open-source project across all platforms, one can be confident that the missing functionality will not be an issue. More saliently, though, the |
|
I remember you mentioning that when I wrote the initial bug. imo, it definitely makes sense to phase out the old legacy |
|
Added a discussion in the swift forums here: https://forums.swift.org/t/consider-fate-of-decimal/64708 |
Decimalis used by a few core types inEssentials, but it probably also needs some updates to be a better citizen in Swift. In ObjC it is a C struct, so it would be difficult to share the sources exactly.The text was updated successfully, but these errors were encountered: