Skip to content

Cleanup the static executor API#1334

Merged
clalancette merged 2 commits intomasterfrom
clalancette/static-executor-api-cleanup
Sep 28, 2020
Merged

Cleanup the static executor API#1334
clalancette merged 2 commits intomasterfrom
clalancette/static-executor-api-cleanup

Conversation

@clalancette
Copy link
Copy Markdown
Contributor

Do three different things in here:

  1. Use const references on the StaticExecutorEntityCollector APIs wherever possible. This avoids the copy constructor.
  2. Use const auto everywhere possible within the StaticExecutorEntityCollector class.
  3. Make more of the StaticExecutorEntityCollector class private.

This was broken out of #1331 . @brawner @Blast545 FYI.

@clalancette
Copy link
Copy Markdown
Contributor Author

CI:

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

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
@clalancette clalancette force-pushed the clalancette/static-executor-api-cleanup branch from 328e19b to 28117e9 Compare September 25, 2020 20:33
Copy link
Copy Markdown
Contributor

@Blast545 Blast545 left a comment

Choose a reason for hiding this comment

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

LGTM

@clalancette
Copy link
Copy Markdown
Contributor Author

Thanks for the review, merging.

@clalancette clalancette merged commit 3896d27 into master Sep 28, 2020
@clalancette clalancette deleted the clalancette/static-executor-api-cleanup branch September 28, 2020 14:09
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