-
Notifications
You must be signed in to change notification settings - Fork 44
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
rclc_executor: improve enum type names #379
Conversation
…mantics_t Signed-off-by: Jan Staschulat <[email protected]>
@Mergifyio backport iron humble |
✅ Backports have been created
|
Thanks for addressing #378. Tiny suggestion: I've seen other maintainers use a common prefix for Using a prefix instead of an |
Signed-off-by: Jan Staschulat <[email protected]>
Signed-off-by: Jan Staschulat <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a comment, what about prefixing them with RCLC_***
?
Codecov Report
@@ Coverage Diff @@
## rolling #379 +/- ##
===========================================
- Coverage 69.63% 69.56% -0.08%
===========================================
Files 16 16
Lines 2760 2760
Branches 766 766
===========================================
- Hits 1922 1920 -2
- Misses 452 453 +1
- Partials 386 387 +1
|
Signed-off-by: Jan Staschulat <[email protected]>
Signed-off-by: Jan Staschulat <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
(cherry picked from commit 14c2c41)
(cherry picked from commit 14c2c41) # Conflicts: # rclc/include/rclc/executor.h
Thank you @JanStaschulat 👍 |
see issue #378
Thanks for your suggestion to improve the names of the enum type names @gavanderhoorn.