-
Notifications
You must be signed in to change notification settings - Fork 53
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
Replace common::Time with std::chrono #135
Conversation
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #135 +/- ##
==========================================
+ Coverage 52.09% 52.11% +0.01%
==========================================
Files 143 143
Lines 13070 13075 +5
==========================================
+ Hits 6809 6814 +5
Misses 6261 6261
Continue to review full report at Codecov.
|
Signed-off-by: ahcorde <[email protected]>
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.
I know the deprecated functions don't have tests, but this could be a good opportunity to add simple unit tests for the new functions, if it doesn't take too much time.
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
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.
We should add a note to the migration guide.
Also bump the ign-math
version on CMakeLists
to 6.6.0.
Signed-off-by: Louise Poubel <[email protected]>
|
Signed-off-by: Louise Poubel <[email protected]>
This PR is part of this issue gazebosim/gz-common#61. The idea it's to deprecate the class
common::Time
in favor ofstd::chrono
.Depends on:
Signed-off-by: ahcorde [email protected]