-
Notifications
You must be signed in to change notification settings - Fork 79
SYN-5470 Implement modulo operator for storm #3168
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
Conversation
ghost
commented
Jun 2, 2023
- Fixes SYN-5470
- Update grammar to include modulo operator (%)
- Update AST to handle module
- Update stormtypes.Number to have dunders for mod operations
- Update tests to include modulo checks and precedence WRT other math operations
- Fixes SYN-5470 - Update grammar to include modulo operator (%) - Update AST to handle module - Update stormtypes.Number to have dunders for mod operations - Update tests to include modulo checks and precedence WRT other math operations
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #3168 +/- ##
==========================================
- Coverage 97.31% 97.22% -0.10%
==========================================
Files 223 223
Lines 44454 44469 +15
==========================================
- Hits 43262 43233 -29
- Misses 1192 1236 +44
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
- Update changelog
I didn't see any documentation on the existing math operations. If I just missed it, let me know and I'll update it as needed. |
d44fde3
to
765c86a
Compare
I'd like one more pass from cisphyx before this gets merged, but looking great! |