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

Header Hygiene #2937

Merged
merged 1 commit into from
Jun 26, 2024
Merged

Header Hygiene #2937

merged 1 commit into from
Jun 26, 2024

Conversation

mgeplf
Copy link
Collaborator

@mgeplf mgeplf commented Jun 25, 2024

  • have multicore.h declare all the functions that are used elsewhere
  • instead of extern decl; elsewhere, #include "multicore.h"
  • cleanup

* have `multicore.h` declare all the functions that are used elsewhere
* instead of `extern decl;` elsewhere, `#include "multicore.h"`
* cleanup
Copy link

sonarcloud bot commented Jun 25, 2024

Copy link

✔️ 2fef28d -> Azure artifacts URL

Copy link

codecov bot commented Jun 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.25%. Comparing base (1042b2c) to head (2fef28d).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2937   +/-   ##
=======================================
  Coverage   67.25%   67.25%           
=======================================
  Files         570      570           
  Lines      104949   104949           
=======================================
+ Hits        70580    70581    +1     
+ Misses      34369    34368    -1     

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

@mgeplf mgeplf requested a review from alkino June 25, 2024 19:32
Copy link
Collaborator

@1uc 1uc left a comment

Choose a reason for hiding this comment

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

Thank you, to me this makes sense and works towards a standard way of organizing code into files and directories.

@pramodk pramodk merged commit 2bb2b89 into master Jun 26, 2024
38 checks passed
@pramodk pramodk deleted the header-hygiene branch June 26, 2024 07:02
This pull request was closed.
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.

4 participants