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

Fix time conversion for a big nanoseconds value #384

Merged
merged 2 commits into from
Jul 8, 2019

Conversation

vinnamkim
Copy link
Contributor

@vinnamkim vinnamkim commented Jul 6, 2019

Related to #293

  • Change from the floating constant value(1e9) to the integer constant value(10 ** 9)

Signed-off-by: vinnamkim vinnam.kim@gmail.com

 - Change from the floating constant value(1e9) to the integer constant value(10 ** 9)

Signed-off-by: vinnamkim <vinnam.kim@gmail.com>
Copy link
Contributor

@sloretz sloretz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with one nitpick and green CI

rclpy/test/test_time.py Outdated Show resolved Hide resolved
@sloretz sloretz added the bug Something isn't working label Jul 8, 2019
@sloretz sloretz added this to Proposed in Dashing Patch Release 2 via automation Jul 8, 2019
Signed-off-by: vinnamkim <vinnam.kim@gmail.com>
@sloretz
Copy link
Contributor

sloretz commented Jul 8, 2019

CI (testing just rclpy)

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

Copy link
Contributor

@sloretz sloretz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

@sloretz sloretz merged commit a5c49f8 into ros2:master Jul 8, 2019
@nuclearsandwich nuclearsandwich moved this from Proposed to Needs Backport in Dashing Patch Release 2 Jul 25, 2019
@nuclearsandwich nuclearsandwich added this to Proposed in Dashing Patch Release 3 via automation Jul 31, 2019
@nuclearsandwich nuclearsandwich removed this from Needs Backport in Dashing Patch Release 2 Jul 31, 2019
@nuclearsandwich nuclearsandwich moved this from Proposed to Needs Backport in Dashing Patch Release 3 Aug 2, 2019
sloretz pushed a commit that referenced this pull request Aug 23, 2019
* Fix time conversion for a big nanoseconds value
 - Change from the floating constant value(1e9) to the integer constant value(10 ** 9)

Signed-off-by: vinnamkim <vinnam.kim@gmail.com>

* Removed unrelated test

Signed-off-by: vinnamkim <vinnam.kim@gmail.com>
sloretz pushed a commit that referenced this pull request Aug 23, 2019
* Fix time conversion for a big nanoseconds value
 - Change from the floating constant value(1e9) to the integer constant value(10 ** 9)

Signed-off-by: vinnamkim <vinnam.kim@gmail.com>

* Removed unrelated test

Signed-off-by: vinnamkim <vinnam.kim@gmail.com>
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
sloretz added a commit that referenced this pull request Aug 24, 2019
* Fix time conversion for a big nanoseconds value
 - Change from the floating constant value(1e9) to the integer constant value(10 ** 9)

Signed-off-by: vinnamkim <vinnam.kim@gmail.com>

* Removed unrelated test

Signed-off-by: vinnamkim <vinnam.kim@gmail.com>
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants