-
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
#1183: Add Paged #1448
#1183: Add Paged #1448
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1448 +/- ##
============================================
- Coverage 89.28% 89.25% -0.03%
+ Complexity 1661 1660 -1
============================================
Files 277 278 +1
Lines 3965 3965
Branches 209 209
============================================
- Hits 3540 3539 -1
Misses 392 392
- Partials 33 34 +1
Continue to review full report at Codecov.
|
This pull request #1448 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 |
@fabriciofx can you review? |
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 I finished my review. Can you take a look, please?
super( | ||
new IterableOf<>( | ||
() -> new Iterator<X>() { | ||
private Unchecked<I> current = new Unchecked<>( |
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 I prefer all object's attributes declared as final
. As this attribute needs change, you can use AtomicReference
to achieve it.
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.
@victornoel Done.
@andreoss it seems fine to me. @victornoel can you merge it, please? |
@rultor merge |
@victornoel OK, I'll try to merge now. You can check the progress of the merge here |
@andreoss @victornoel Oops, I failed. You can see the full log here (spent 2min)
|
@andreoss there are now merge conflicts sure to other PRs being merged |
@victornoel Fixed conflicts |
@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 8min) |
Per #1183