-
Notifications
You must be signed in to change notification settings - Fork 403
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
iox-#66 Remove 'ObjectPool' #2054
Conversation
@FerdinandSpitzschnueffler @mossmaurice @dkroenke @MatthiasKillat @elfenpiff @budrus feel free to add yourself as reviewer |
854ccb8
to
6ca8bab
Compare
aae1632
to
d43405d
Compare
6ca8bab
to
cf8a168
Compare
d43405d
to
2fdbb96
Compare
cf8a168
to
71233e8
Compare
2fdbb96
to
f20df53
Compare
Codecov Report
@@ Coverage Diff @@
## master #2054 +/- ##
==========================================
- Coverage 80.23% 80.10% -0.14%
==========================================
Files 419 416 -3
Lines 16208 16026 -182
Branches 2298 2250 -48
==========================================
- Hits 13005 12837 -168
Misses 2384 2384
+ Partials 819 805 -14
Flags with carried forward coverage won't be shown. Click here to find out more.
|
f20df53
to
a7f4165
Compare
@@ -165,6 +165,7 @@ | |||
- Roudi Environment independent from Googletest [#1533](https://github.com/eclipse-iceoryx/iceoryx/issues/1533) | |||
- Move test class for ctor and assignment operators to hoofs testing [#2041](https://github.com/eclipse-iceoryx/iceoryx/issues/2041) | |||
- Refactor `FixdePositionContainer` and move to `dust` [#2044](https://github.com/eclipse-iceoryx/iceoryx/issues/2044) | |||
- Cleanup or Remove ObjectPool [#66](https://github.com/eclipse-iceoryx/iceoryx/issues/66) |
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.
Do we usually name the issue title here, or what has been done? It reads strange because "cleanup" and "remove" are contrary.
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.
Yes, at least I usually copy the issue description ... not sure if everybody does the same
Pre-Review Checklist for the PR Author
iox-123-this-is-a-branch
)iox-#123 commit text
)task-list-completed
)iceoryx_hoofs
are added to./clang-tidy-diff-scans.txt
Notes for Reviewer
The
FixedPositioinContainer
fulfills the remaining use-cases of theObjectPool
in iceoryx. Therefore theObjectPool
can be removed from the code base.Checklist for the PR Reviewer
iceoryx_hoofs
have been added to./clang-tidy-diff-scans.txt
Post-review Checklist for the PR Author
References