-
Notifications
You must be signed in to change notification settings - Fork 392
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
Iox #160 optional and expected adjustments #176
Iox #160 optional and expected adjustments #176
Conversation
…to and_then and on_error to or_else and deprecated the previous methods Signed-off-by: Christian Eltzschig <[email protected]>
…r or on_success Signed-off-by: Christian Eltzschig <[email protected]>
…on client Signed-off-by: Christian Eltzschig <[email protected]>
Signed-off-by: Eltzschig Christian (CC-AD/ESW1) <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the file tools/introspection/COLOCON_IGNORE
as discussed with @Karsten1987. Instead we need a mechanism for colcon to ignore the introspection on macOS.
// this needs to be properly fixed by harmonizing the types across the functions, but currently this cast is also sufficient | ||
getMembers()->m_queue.setCapacity(static_cast<decltype(MemberType_t::MAX_CAPACITY)>(newCapacity)); | ||
// this needs to be properly fixed by harmonizing the types across the functions, but currently this cast is also | ||
// sufficient |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, on the list in #25
How about the evaluation of expected and optional costs @elfenpiff @elBoberido? |
Fixes #160
Fixes #175