-
Notifications
You must be signed in to change notification settings - Fork 392
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-#536 refactored creation/getter method names in units::Duration #546
iox-#536 refactored creation/getter method names in units::Duration #546
Conversation
…o be more meaningful Signed-off-by: enkeyz <klarnorbert@gmail.com>
@enkeyz There is one requirement from the eclipse organization to sign the Eclipse Contributor Agreement, this can be done in your eclipse account. |
Just updated. Should be okey. |
@enkeyz there is a merge conflict and the CI doesn't start then. Can you merge the latest master in your branch? |
Done. |
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.
Thanks for you contribution! The codes changes look great. However, I've noticed two workflow-related points:
- Last two commits are missing "iox-Improving
units::Duration
#536" tag, this is needed for traceability. Could you rebase and force push? - Could you link the issue Improving
units::Duration
#536 at the very end of your pull request description e.g. with a "Partly closes Improvingunits::Duration
#536"?
iceoryx_utils/include/iceoryx_utils/internal/units/duration.hpp
Outdated
Show resolved
Hide resolved
Signed-off-by: enkeyz <klarnorbert@gmail.com>
Signed-off-by: enkeyz <klarnorbert@gmail.com>
Signed-off-by: enkeyz <klarnorbert@gmail.com>
Signed-off-by: enkeyz <klarnorbert@gmail.com>
Signed-off-by: enkeyz <klarnorbert@gmail.com>
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.
Could you clean up the duration usage in c_wait_set.cpp
from my last comment. It seems it can be simplified even more.
After that this could be merged from my point of view.
Signed-off-by: enkeyz <klarnorbert@gmail.com>
btw. thanks for your patience and contribution. It's highly appreciated :) |
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.
Thanks! LGTM
Thanks for the opportunity! :) |
Signed-off-by: enkeyz klarnorbert@gmail.com
Pre-Review Checklist for the PR Author
iox-#123-this-is-a-branch
)iox-#123 commit text
)git commit -s
)Notes for Reviewer
Refactored creation/getter method names to be more meaningful for "units::Duration". Partly closes: #536
Checklist for the PR Reviewer
Post-review Checklist for the PR Author
Post-review Checklist for the Eclipse Committer
References