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 size/layout of struct needed for time stamping #1029

Merged
merged 4 commits into from
May 10, 2021
Merged

Conversation

felixdivo
Copy link
Collaborator

@felixdivo felixdivo commented Apr 23, 2021

This caused the sub-second resolution to be cut off.

Fixes #1021. Also adds a regression test to catch this in the future and with other interfaces too.

@codecov
Copy link

codecov bot commented Apr 23, 2021

Codecov Report

Merging #1029 (793d809) into develop (d8ea244) will decrease coverage by 0.01%.
The diff coverage is 66.66%.

@@             Coverage Diff             @@
##           develop    #1029      +/-   ##
===========================================
- Coverage    70.76%   70.75%   -0.02%     
===========================================
  Files           79       79              
  Lines         7588     7592       +4     
===========================================
+ Hits          5370     5372       +2     
- Misses        2218     2220       +2     

@felixdivo
Copy link
Collaborator Author

@Mergifyio update

@mergify
Copy link
Contributor

mergify bot commented Apr 25, 2021

Command update: success

Branch has been successfully updated

@felixdivo
Copy link
Collaborator Author

This is done.

Copy link
Contributor

@tysonite tysonite left a comment

Choose a reason for hiding this comment

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

Those changes look quite good. It would be really nice to get them merged.

@felixdivo
Copy link
Collaborator Author

Indeed, this is an important fix. @hardbyte Could you have quick look? It isn't a large diff.

@mergify mergify bot merged commit c55748d into develop May 10, 2021
@mergify mergify bot deleted the fix-timestamping branch May 10, 2021 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Socketcan timestamps are missing sub-second precision
3 participants