Skip to content

Fix cpplint on xenial#556

Merged
sloretz merged 3 commits intomasterfrom
false_positive_cpplint
Sep 20, 2018
Merged

Fix cpplint on xenial#556
sloretz merged 3 commits intomasterfrom
false_positive_cpplint

Conversation

@sloretz
Copy link
Copy Markdown
Contributor

@sloretz sloretz commented Sep 13, 2018

It looks like there is a false positive cpplint violation on xenial (ros2/build_farmer#147).

I'm guessing it either had an issue with the same variable name being used in the shared pointer deleter, or it didn't recognize execution stops at throw_from_rcl_error above.

First attempt: change variable name in lambda.

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

connects to ros2/build_farmer#147

@sloretz sloretz added the in progress Actively being worked on (Kanban column) label Sep 13, 2018
@sloretz sloretz self-assigned this Sep 13, 2018
@sloretz
Copy link
Copy Markdown
Contributor Author

sloretz commented Sep 13, 2018

CI xenial just rclcpp Build Status

@sloretz
Copy link
Copy Markdown
Contributor Author

sloretz commented Sep 13, 2018

Second attempt, set handler to null Build Status

@sloretz
Copy link
Copy Markdown
Contributor Author

sloretz commented Sep 13, 2018

Xenial passed, CI on all the other platforms

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@sloretz sloretz added in review Waiting for review (Kanban column) and removed in progress Actively being worked on (Kanban column) labels Sep 13, 2018
@sloretz sloretz requested a review from dhood September 13, 2018 21:54
@dhood
Copy link
Copy Markdown
Member

dhood commented Sep 19, 2018

sorry for the delay on this @sloretz I missed the notification. In 7baeebd I made the same change further down and will re-run CI. Looks good.

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status
  • xenial Build Status

@sloretz sloretz merged commit e8d3fdd into master Sep 20, 2018
@sloretz sloretz deleted the false_positive_cpplint branch September 20, 2018 16:19
@sloretz sloretz removed the in review Waiting for review (Kanban column) label Sep 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants