Skip to content

[dashing backport] Fix implementation of NodeOptions::use_global_arguments() (#1176)#1206

Merged
hidmic merged 1 commit intodashingfrom
hidmic/dashing/backport-1176
Oct 5, 2020
Merged

[dashing backport] Fix implementation of NodeOptions::use_global_arguments() (#1176)#1206
hidmic merged 1 commit intodashingfrom
hidmic/dashing/backport-1176

Conversation

@hidmic
Copy link
Copy Markdown
Contributor

@hidmic hidmic commented Jun 30, 2020

this->node_options_ might still be nullptr for a default initialized NodeOptions instance.
use_global_arguments() must return this->use_global_arguments_, in analogy to NodeOptions::enable_rosout().

Signed-off-by: Johannes Meyer johannes@intermodalics.eu

`this->node_options_` might still be `nullptr` for a default initialized NodeOptions instance.
`use_global_arguments()` must return `this->use_global_arguments_`, in analogy to `NodeOptions::enable_rosout()`.

Signed-off-by: Johannes Meyer <johannes@intermodalics.eu>
@hidmic
Copy link
Copy Markdown
Contributor Author

hidmic commented Sep 17, 2020

CI up to rclcpp:

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

@hidmic
Copy link
Copy Markdown
Contributor Author

hidmic commented Oct 5, 2020

Test failure are unrelated to this patch. Merging.

@hidmic hidmic merged commit 6e133c2 into dashing Oct 5, 2020
@delete-merged-branch delete-merged-branch bot deleted the hidmic/dashing/backport-1176 branch October 5, 2020 19:04
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.

4 participants