-
Notifications
You must be signed in to change notification settings - Fork 171
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
#1349: Continue of refactoring of ScalarOf
#1435
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1435 +/- ##
============================================
+ Coverage 89.81% 89.82% +0.01%
- Complexity 1681 1683 +2
============================================
Files 279 281 +2
Lines 4014 4018 +4
Branches 211 211
============================================
+ Hits 3605 3609 +4
Misses 376 376
Partials 33 33
Continue to review full report at Codecov.
|
@0crat assign @fabriciofx |
@victornoel This pull request #1435 is assigned to @fabriciofx/z, here is why; the budget is 15 minutes, see §4; please, read §27 and when you decide to accept the changes, inform @victornoel/z (the architect) right in this ticket; if you decide that this PR should not be accepted ever, also inform the architect; this blog post will help you understand what is expected from a code reviewer; there will be no monetary reward for this job |
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.
@andreoss can you look it, please?
@fabriciofx Please have a look |
@andreoss it looks fine to me, but now it has a conflict. Can you fix it? |
@fabriciofx Conflicts fixed. |
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.
@andreoss please, can you check it again? Thanks!
@andreoss it seems fine to me! Thanks! |
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.
@andreoss let's keep ScalarOf
anyway (taking a Scalar
and extending ScalarEnvelope
), even though it seems superfluous. And let's use it in ThreadsTest
and TimedTest
, there is no reason to rely on the concept of Callable
there I believe.
@andreoss scratch that, let me think a bit about it, sorry |
This reverts commit 8dd51c0.
@victornoel |
@andreoss yes, that's what I meant, let's remove unneeded code :) |
@victornoel Restored |
@andreoss thank you for your patience |
@rultor merge |
@victornoel OK, I'll try to merge now. You can check the progress of the merge here |
@victornoel Done! FYI, the full log is here (took me 10min) |
Per #1349:
ScalarOfSupplier
ScalarOfCallable
ScalarOf