-
Notifications
You must be signed in to change notification settings - Fork 101
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
Deprecate get_env.h and move content to env.{h,c} #340
Deprecate get_env.h and move content to env.{h,c} #340
Conversation
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
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.
A few minor things to fix up, but this is a good cleanup. Thanks!
This reverts commit 4eb6f85. Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
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
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 with green CI.
Should I do a CI run for this PR + the other related PRs all at once? |
Yeah, that would be my suggestion. And in this case, since we are touching so many different packages, I'll just suggest doing one run where we build and test everything. |
Test failures on macOS look unrelated. |
Yeah, agreed. Annoying, because it looks new, but not related to this PR. |
Resolves these
TODO
s:rcutils/include/rcutils/env.h
Line 30 in ca42bc9
rcutils/src/env.c
Line 26 in ca42bc9
I think the intention was originally to deprecate in Galactic and remove in H-turtle (#250 (comment)), but it missed the ⛵ so it'll have to be deprecated in H-turtle and removed in I-turtle. I can create an issue for the removal after this is merged.