Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

refactor to support init options and context #246

Merged
merged 3 commits into from
Nov 30, 2018
Merged

refactor to support init options and context #246

merged 3 commits into from
Nov 30, 2018

Conversation

wjwwood
Copy link
Member

@wjwwood wjwwood commented Nov 20, 2018

Connects to ros2/rmw#154

@wjwwood wjwwood added enhancement New feature or request in review Waiting for review (Kanban column) labels Nov 20, 2018
@wjwwood wjwwood self-assigned this Nov 20, 2018
Copy link
Member

@jacobperron jacobperron left a comment

Choose a reason for hiding this comment

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

LGTM, one question below.

rmw_opensplice_cpp/src/rmw_init.cpp Show resolved Hide resolved
sloretz
sloretz previously approved these changes Nov 29, 2018
context->implementation_identifier,
opensplice_cpp_identifier,
return RMW_RET_INCORRECT_RMW_IMPLEMENTATION);
RCUTILS_CHECK_ARGUMENT_FOR_NULL(context->impl, RMW_RET_INVALID_ARGUMENT);
Copy link
Contributor

@sloretz sloretz Nov 29, 2018

Choose a reason for hiding this comment

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

Looks like this has the same check for null but context->impl should be null here

@sloretz sloretz dismissed their stale review November 29, 2018 17:20

Missed something

Signed-off-by: William Woodall <william@osrfoundation.org>
Signed-off-by: William Woodall <william@osrfoundation.org>
@wjwwood wjwwood merged commit 15ea832 into master Nov 30, 2018
@wjwwood wjwwood deleted the refactor_init branch November 30, 2018 05:33
@wjwwood wjwwood removed the in review Waiting for review (Kanban column) label Nov 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants