-
Notifications
You must be signed in to change notification settings - Fork 55
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
Refactoring preliminaries for lazy operations (Part 1) #1352
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1352 +/- ##
==========================================
- Coverage 88.79% 88.78% -0.02%
==========================================
Files 324 324
Lines 28650 28673 +23
Branches 3170 3171 +1
==========================================
+ Hits 25441 25456 +15
- Misses 2060 2065 +5
- Partials 1149 1152 +3 ☔ View full report in Codecov by Sentry. |
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.
Two and a half very minor suggestions, otherwise this is good to go!
Quality Gate passedIssues Measures |
This PR contains all the changes from the infrastructure for lazy operation evaluation (#1350) that are simple and repetitive, but touch many files. In particular:
ResultTable
class toResult
(a TODO suggested by @hannahbast some time ago).bool requestLaziness
toOperation::computeResult
. This parameter is currently unused.