-
Notifications
You must be signed in to change notification settings - Fork 326
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
Decimal tweaks #10480
Comments
Greg Travis reports a new STANDUP for today (2024-07-08): Progress: updating Decimal behavior according to JD+AR’s new decisions; now trying to make f+d mixed operations an error It should be finished by 2024-07-15. Next Day: test failures |
Greg Travis reports a new STANDUP for today (2024-07-09): Progress: removed float/decimal conversion, fixing tests from that, and adding extra info for float/decimal mixed operation errors It should be finished by 2024-07-15. Next Day: conversions |
#10517 does not implement errors for mixed float/decimal arithmetic. There are a few options, none of them acceptable yet:
|
Greg Travis reports a new STANDUP for today (2024-07-10): Progress: completed Decimal usability tweaks (except errors); attempted to implement errors, documented results It should be finished by 2024-07-15. Next Day: equality errors? otherwise other small decimal fixes |
Greg Travis reports a new STANDUP for today (2024-07-11): Progress: finished first tweaks; tracking down a non-reproducible bug about interop for EnsoObject It should be finished by 2024-07-15. Next Day: bug; comparisons |
Greg Travis reports a new STANDUP for today (2024-07-15): Progress: spent all day tracking down warning-related bug caused by using a checked return type. Continuing to work on decimal mixed comparisons. It should be finished by 2024-07-16. Next Day: bug; comparisons |
Greg Travis reports a new STANDUP for today (2024-07-16): Progress: mixed decimal comparisons, getting tests to pass; why (again) can I not run the front end? It should be finished by 2024-07-17. Next Day: bug; comparisons |
Closing, as I've moved the error task to #10631 |
[ ] Arithmetic Decimal operations between a decimal and a float should throw an errorThe text was updated successfully, but these errors were encountered: