iox-#2277 Add nodiscard to iox containers when pushing/emplacing fails#2280
Open
pbarone-latai wants to merge 1 commit intoeclipse-iceoryx:mainfrom
Open
iox-#2277 Add nodiscard to iox containers when pushing/emplacing fails#2280pbarone-latai wants to merge 1 commit intoeclipse-iceoryx:mainfrom
pbarone-latai wants to merge 1 commit intoeclipse-iceoryx:mainfrom
Conversation
…/emplacing fails Signed-off-by: Patrick Barone <pbarone@lat.ai>
502e28b to
651eca2
Compare
Member
|
@pbarone-latai any updates on your side? The issue is that there are quite a few places which now potentially need a |
Contributor
Author
|
Yeah, unfortunately no update on my end. It was a bit more involved than I initially thought. I don't anticipate having time to do this for a little while, though I do really think it would be worthwhile, both for consumers as well as for iceoryx in general. I'm fine closing the ticket if you don't want to leave the open ticket around |
Member
|
@pbarone-latai no problem. Keep your time. It is not necessary to close the PR if you intend to work on it later :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Notes for Reviewer
This PR adds
[[nodiscard]]on any iox container APIs which may fail and returnfalseif a container is at capacityPre-Review Checklist for the PR Author
iox-123-this-is-a-branch)iox-#123 commit text)task-list-completed)Checklist for the PR Reviewer
iceoryx_hoofshave been added to./clang-tidy-diff-scans.txtPost-review Checklist for the PR Author
References