Conversation
|
Update: I still need to add macro dependency for a bunch of repos reported failure in cppcheck in the original issue. ros2/rclpy#577 proves adding additional dependency solves the immediate problem, but will require a more general solution later on to improve performance. |
|
PRs opened and in review Should be good to test out this PR once they are merged |
|
@claireyywang friendly ping. |
|
@ivanpauno yup! |
|
I've approved them all. If your PRs aren't getting a review, please pick a random reviewer or ask for one in a waffle meeting. |
|
@nuclearsandwich Im trying to run CIs against this branch but both OSX https://ci.ros2.org/job/ci_osx/9902/console and Windows https://ci.ros2.org/job/ci_windows/12058/console are failing. It seems to have something to do with the rolling release. Can you please update this branch and resolve the conflicts? |
This will install the latest version of cppcheck available from chocolatey. Replaces ros2/ci#480's direct revert. Signed-off-by: Steven! Ragnarök <steven@nuclearsandwich.com>
0b8cb8d to
be4bb5c
Compare
|
@claireyywang it looks like your rosidl_typesupport_fastrtps branch has conflicts that need attention. You should be able to re-trigger the two builds above to retry. |
This will install the latest version of cppcheck available from chocolatey. Replaces ros2/ci#480's direct revert. Signed-off-by: Steven! Ragnarök <steven@nuclearsandwich.com>
This affects a revert of the original pin using the Windows chef cookbook. Signed-off-by: Steven! Ragnarök <steven@nuclearsandwich.com>
be4bb5c to
609ae75
Compare
|
At this point, I think we've determined that cppcheck > 1.9 isn't really salvageable. So we've actually disabled it in ament_lint instead. With that in mind, I'm going to close this out as I don't think there is a path forward here. Feel free to reopen if you disagree. |
Reverts #472
Related to ros2/ros2#942