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

add impl pointer for ExecutorOptions (backport #2523) #2525

Merged
merged 1 commit into from
May 10, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented May 9, 2024

Follow up of #2505 (comment), we need this to potentially add more functionality to Jazzy post release, as well it gives us more flexibility to fix bugs in the future.

We already have this for the Executor, so this class is the only one that needs adjustment:

std::unique_ptr<ExecutorImplementation> impl_;


This is an automatic backport of pull request #2523 done by Mergify.

* add impl pointer for ExecutorOptions

Signed-off-by: William Woodall <william@osrfoundation.org>
(cherry picked from commit 343b29b)
@clalancette
Copy link
Contributor

clalancette commented May 9, 2024

CI:

  • Linux Build Status (edit by wjwwood, job was restarted by jenkins)
  • Linux-aarch64 Build Status
  • Windows Build Status

@clalancette
Copy link
Contributor

Here's a rebuild on Windows, since it failed some tests that I'm not sure it should have:

  • Windows Build Status

@clalancette clalancette merged commit bf6a673 into jazzy May 10, 2024
3 checks passed
@delete-merged-branch delete-merged-branch bot deleted the mergify/bp/jazzy/pr-2523 branch May 10, 2024 17:21
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
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants