-
Notifications
You must be signed in to change notification settings - Fork 221
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
More numeric binary operations with Decimal #530
Conversation
Codecov Report
@@ Coverage Diff @@
## main #530 +/- ##
==========================================
- Coverage 93.14% 93.11% -0.04%
==========================================
Files 177 178 +1
Lines 11363 11644 +281
==========================================
+ Hits 10584 10842 +258
- Misses 779 802 +23
Continue to review full report at Codecov.
|
Maybe I could merge this with pr 476? What do you think? |
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.
❤️ 👍
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.
I think it would be good to improve the match
syntax for other options as well.
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.
In the logic part, it looks good, so I'll leave the approval first.
Most of the stories in the comments are trivial.
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.
Awesome!! This is also really, really meaningful contribution. Thanks a lot!
Also thanks for the careful review @ever0de
Merging 👍 👍 👍
resolves issue #427 by adding basic decimal math