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

Remove deprecated warning for rclcpp in clang builds #459

Merged
merged 1 commit into from Jul 9, 2020

Conversation

piraka9011
Copy link

@piraka9011 piraka9011 commented Jul 9, 2020

Signed-off-by: Anas Abou Allaban aabouallaban@pm.me

Resolve the following build warning for the nightly_linux_clang_libcxx build.

Can't seem to run CI for the clang build but can confirm local build passes with no warnings.

Signed-off-by: Anas Abou Allaban <aabouallaban@pm.me>
@piraka9011 piraka9011 marked this pull request as ready for review July 9, 2020 16:47
@piraka9011 piraka9011 changed the title Remove deprecated warning Remove deprecated warning for rclcpp in clang builds Jul 9, 2020
Copy link
Contributor

@clalancette clalancette left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why this isn't showing up on regular CI, but looks good to me. @piraka9011 Do you have the ability to run CI on this change?

@dirk-thomas
Copy link
Member

I'm not sure why this isn't showing up on regular CI

Because the nightly_linux_clang_libcxx job is the only one using clang and libc++.

@dirk-thomas dirk-thomas added this to In progress in Towards Green CI via automation Jul 9, 2020
@clalancette
Copy link
Contributor

Because the nightly_linux_clang_libcxx job is the only one using clang and libc++.

Yeah, but shouldn't the deprecation warning show up in gcc as well?

@dirk-thomas
Copy link
Member

dirk-thomas commented Jul 9, 2020

shouldn't the deprecation warning show up in gcc as well?

Should - but doesn't: ros2/rclcpp#1154.

@piraka9011
Copy link
Author

Can't run CI for clang. I do have repos file you can use though.
https://gist.github.com/piraka9011/830e87d60cb5e36aa7b2d0744a642cf4

@dirk-thomas
Copy link
Member

dirk-thomas commented Jul 9, 2020

@piraka9011 Please do not manually trigger nightly jobs (https://ci.ros2.org/view/nightly/job/nightly_linux_clang_libcxx/477/) - especially not with custom parameters. Only manually trigger the ci_* jobs.

@dirk-thomas
Copy link
Member

dirk-thomas commented Jul 9, 2020

Can't run CI for clang. I do have repos file you can use though.

@dirk-thomas
Copy link
Member

Thanks for the patch.

@dirk-thomas dirk-thomas merged commit ab95bef into ros2:master Jul 9, 2020
Towards Green CI automation moved this from In progress to Done Jul 9, 2020
@ros-discourse
Copy link

This pull request has been mentioned on ROS Discourse. There might be relevant details there:

https://discourse.ros.org/t/ros-2-tsc-meeting-minutes-2020-07-16/15468/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants