-
Notifications
You must be signed in to change notification settings - Fork 409
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-#831 Replace MethodCallback
with cxx::function
#1423
iox-#831 Replace MethodCallback
with cxx::function
#1423
Conversation
d1f0404
to
8e323ff
Compare
Codecov Report
@@ Coverage Diff @@
## master #1423 +/- ##
==========================================
- Coverage 78.83% 78.75% -0.09%
==========================================
Files 378 376 -2
Lines 14579 14486 -93
Branches 2027 2013 -14
==========================================
- Hits 11493 11408 -85
- Misses 2432 2433 +1
+ Partials 654 645 -9
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Looks good, as soon as the CI is green I would approve it
iceoryx_hoofs/include/iceoryx_hoofs/internal/cxx/storable_function.hpp
Outdated
Show resolved
Hide resolved
cxx::function and remove unused Trigger::updateOrigin Signed-off-by: Simon Hoinkis <[email protected]>
…oval Signed-off-by: Simon Hoinkis <[email protected]>
…mer tests Signed-off-by: Simon Hoinkis <[email protected]>
29711ba
to
1568ee9
Compare
@elBoberido LSAN issue was fixed by adding the flag |
1568ee9
to
31e86f1
Compare
31e86f1
to
c0e5919
Compare
Signed-off-by: Simon Hoinkis <[email protected]>
Signed-off-by: Simon Hoinkis <[email protected]>
c0e5919
to
f2586e0
Compare
Pre-Review Checklist for the PR Author
iox-#123-this-is-a-branch
)iox-#123 commit text
)git commit -s
)task-list-completed
)Notes for Reviewer
MethodCallback
withcxx::function
Trigger::updateOrigin
methodChecklist for the PR Reviewer
Post-review Checklist for the PR Author
References
cxx::function
were it is appropriate #831