Skip to content
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

Using std::chrono instead of common::Time #116

Merged
merged 15 commits into from Sep 11, 2020
Merged

Conversation

ahcorde
Copy link
Contributor

@ahcorde ahcorde commented Aug 26, 2020

This PR is related with this issue gazebosim/gz-common#61. The idea it's to deprecate the class common::Time in favor of std::chrono.

Related with

Should I deprecate the methods/functions that use common:Time ?

Signed-off-by: ahcorde ahcorde@gmail.com

Signed-off-by: ahcorde <ahcorde@gmail.com>
@ahcorde ahcorde added enhancement New feature or request 🔮 dome Ignition Dome labels Aug 26, 2020
@ahcorde ahcorde self-assigned this Aug 26, 2020
@chapulina
Copy link
Contributor

Should I deprecate the methods/functions that use common:Time ?

We should check who's using those functions and make sure to update them before committing to deprecating them. I think here the only case is for the convert functions.

@chapulina chapulina moved this from Inbox to In review in Core development Aug 26, 2020
@chapulina chapulina added needs upstream release Blocked by a release of an upstream library beta Targeting beta release of upcoming collection labels Sep 5, 2020
.github/ci/packages.apt Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Sep 10, 2020

Codecov Report

Merging #116 into master will increase coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #116      +/-   ##
==========================================
+ Coverage   63.07%   63.13%   +0.05%     
==========================================
  Files          20       20              
  Lines        2592     2596       +4     
==========================================
+ Hits         1635     1639       +4     
  Misses        957      957              
Impacted Files Coverage Δ
src/plugins/world_stats/WorldStats.cc 97.27% <100.00%> (+0.10%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 24c75f5...57ada47. Read the comment docs.

Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
@chapulina chapulina merged commit 40a4658 into master Sep 11, 2020
Core development automation moved this from In review to Done Sep 11, 2020
@chapulina chapulina deleted the ahcorde/std_chrono branch September 11, 2020 15:55
@j-rivero j-rivero removed this from Done in Core development May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta Targeting beta release of upcoming collection 🔮 dome Ignition Dome enhancement New feature or request needs upstream release Blocked by a release of an upstream library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants