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

removed IOX_INTERNAL_MAX_NUMBER_OF_NOTIFIERS made IOX_MAX_NUMBER_OF_N… #2090

Conversation

niclar
Copy link
Contributor

@niclar niclar commented Nov 13, 2023

…OTIFIERS configurable again

Pre-Review Checklist for the PR Author

  1. Code follows the coding style of CONTRIBUTING.md
  2. Tests follow the best practice for testing
  3. Changelog updated in the unreleased section including API breaking changes
  4. Branch follows the naming format (iox-123-this-is-a-branch)
  5. Commits messages are according to this guideline
  6. Update the PR title
    • Follow the same conventions as for commit messages
    • Link to the relevant issue
  7. Relevant issues are linked
  8. Add sensible notes for the reviewer
  9. All checks have passed (except task-list-completed)
  10. All touched (C/C++) source code files from iceoryx_hoofs are added to ./clang-tidy-diff-scans.txt
  11. Assign PR to reviewer

Notes for Reviewer

Checklist for the PR Reviewer

  • Commits are properly organized and messages are according to the guideline
  • Code according to our coding style and naming conventions
  • Unit tests have been written for new behavior
  • Public API changes are documented via doxygen
  • Copyright owner are updated in the changed files
  • All touched (C/C++) source code files from iceoryx_hoofs have been added to ./clang-tidy-diff-scans.txt
  • PR title describes the changes

Post-review Checklist for the PR Author

  1. All open points are addressed and tracked via issues

References

@elBoberido elBoberido self-requested a review November 13, 2023 13:36
@elBoberido
Copy link
Member

@niclar looks good. Just a little formalism is still missing.

Could you please

  • change the commit message from removed ... to iox-#2083 Remove ...
  • add an entry in the refactoring part of the changelog

When this is done, there is nothing which prevents this PR to be merged

@elBoberido elBoberido added the refactoring Refactor code without adding features label Nov 13, 2023
@mossmaurice mossmaurice self-requested a review November 13, 2023 13:56
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

Merging #2090 (b40502d) into master (1ac5726) will decrease coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2090      +/-   ##
==========================================
- Coverage   80.30%   80.29%   -0.01%     
==========================================
  Files         417      417              
  Lines       16132    16132              
  Branches     2253     2253              
==========================================
- Hits        12954    12953       -1     
  Misses       2384     2384              
- Partials      794      795       +1     
Flag Coverage Δ
unittests 80.08% <ø> (-0.01%) ⬇️
unittests_timing 15.29% <ø> (+<0.01%) ⬆️

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

see 1 file with indirect coverage changes

… made IOX_MAX_NUMBER_OF_NOTIFIERS configurable again
@niclar niclar force-pushed the bugfix/iox-#2083-configurable-max-notifiers branch from 461b96d to a550c12 Compare November 15, 2023 10:39
@elBoberido
Copy link
Member

There is a bugfix for the failing test on Arch Linux. Could you rebase to master when you apply the fix to the changelog?

@elBoberido
Copy link
Member

Oh, it seems in the BUILD.bazel file the tab needs to be replaced with spaces

@elBoberido
Copy link
Member

@niclar looks good now. Had to do a merge with master and should be merged once the CI passes. Thanks for your contribution.

@elBoberido elBoberido merged commit b184113 into eclipse-iceoryx:master Nov 21, 2023
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Refactor code without adding features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

configurable IOX_MAX_NUMBER_OF_NOTIFIERS
2 participants