-
Notifications
You must be signed in to change notification settings - Fork 75
Future port hpp files #170
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
Conversation
Pulls: #170 |
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.
looks good to me.
I'm assigned, but I do not have merge access here 🙂 |
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.
I prefer not to use here pragma once
because is something that we don't use in our codebase. Do you mind to use guard headers and include a License in the top of the file ?
It will be consistent with the changes on rolling
I can actually just drop it all together? Because the only remaining line (the include) has guards already. Does that make sense?
Is a License for a single line worth it? |
The idea is to have the same headers from the original PR https://github.com/ros2/message_filters/pull/135/files#diff-d4113f796930fd2e67a52312cf95f24e1337ec9338ab81947e0d68e9c44f72c7 You can copy them from the rolling branch |
Thanks for pointing me to the rolling branch. Licenses were different for various files. Now they are in line with rolling. Although I do think it's weird that I'm adding Willow Garage licences to files of 100% my own creation 🙃 |
Pulls: #170 |
@mergify backport humble |
❌ Command disallowed due to command restrictions in the Mergify configuration.
|
Ok, I did say I would do the backport to Humble. But would someone be so kind to ask @Mergifyio? |
@mergify backport humble |
✅ Backports have been created
|
(cherry picked from commit 952340a)
(cherry picked from commit 952340a) Co-authored-by: Tim Clephas <[email protected]>
I got deprecation warnings in rolling. But I cannot modify our codebase just yet.
If we would future-port the
.hpp
extensions this could be done in all codebases already.If accepted I'll do the same for humble.