-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add message lost event #232
Conversation
84e5b29
to
8287105
Compare
I'm happy if we distribute the event status definitions into their own header files, but I think it would be best done in it's own PR as it seems completely orthogonal to adding a new event type. At the very least, we should update this PR title to reflect that change and avoid squashing the two changes if we keep them in the same PR. |
Yes, I'm not planning to squash both commits. |
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.
LGTM, but I'd like to have at least a second reviewer for changes in rmw
(@ros2/team)
I'd much prefer you did and have two separate pr's. It makes changelogs and cherry-picking much easier... But that's fine this time. |
If I rebase merge, the changelog generation and cherry-picking process will be exactly the same than if I open 2 PRs. I preferred in this case not splitting the PR, as this feature is already composed by 6 PRs. |
If you're adding the back reference in the commit message then that's ok, that's the main thing that's nice to have in the changelog. |
Yeah, but the file reorganization could have been merged directly I think. This pr could have been based on it, and re-targeted after it was merged. Just say, I'd prefer not to couple things into pull requests in those cases. |
Again, this is all just for future reference. I think think this pr doesn't need to change. |
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
8287105
to
c8d3e67
Compare
Last force push edited commit messages without introducing code changes. |
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
See #226.
First commit reorganizes event statuses headers in a subfolder, so we stop populating the old big
rmw/types.h
(the old headers are still including the new ones, to avoid creating a bunch of PRs together with this one).The second commit actually implements what the title says.