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: explicitly include cstdint for gcc13 #293

Merged
merged 2 commits into from
Jun 28, 2024

Conversation

xygyo77
Copy link
Contributor

@xygyo77 xygyo77 commented Jun 26, 2024

Description

Explicitly include cstdint for gcc13.

Related links

https://tier4.atlassian.net/browse/RT2-1669

Notes for reviewers

Compiling with gcc13 does not result in an error, but given that changes in gcc13 have changed the header dependencies of the C++ standard library, this behaviour may change in future versions, so cstdint was added explicitly on this occasion.

Pre-review checklist for the PR author

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

  • The PR has been properly tested.
  • The PR has been reviewed.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

@xygyo77 xygyo77 requested a review from ymski June 26, 2024 07:04
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.05%. Comparing base (75e1c3f) to head (6ce2efb).
Report is 21 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #293       +/-   ##
===========================================
+ Coverage   25.02%   55.05%   +30.03%     
===========================================
  Files          58       28       -30     
  Lines        3321     2185     -1136     
  Branches     1085     1215      +130     
===========================================
+ Hits          831     1203      +372     
+ Misses       1756      702     -1054     
+ Partials      734      280      -454     
Flag Coverage Δ
differential 55.05% <ø> (?)
total ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@ymski ymski left a comment

Choose a reason for hiding this comment

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

LGTM

@xygyo77 xygyo77 merged commit f1fa131 into tier4:main Jun 28, 2024
12 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants