-
Notifications
You must be signed in to change notification settings - Fork 402
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-#1969 rework constructors for expected #1970
iox-#1969 rework constructors for expected #1970
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1970 +/- ##
==========================================
- Coverage 74.50% 74.20% -0.31%
==========================================
Files 401 401
Lines 15809 15814 +5
Branches 2225 2225
==========================================
- Hits 11779 11734 -45
- Misses 3322 3376 +54
+ Partials 708 704 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
97acb2c
to
73eda66
Compare
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.
Thanks, the changes look good.
One Q: Wouldn't it make sense to deprecate create_value
and create_error
right away on this PR?
No, I would wait till |
73eda66
to
c2b8fb4
Compare
c2b8fb4
to
83c16ab
Compare
83c16ab
to
18adcee
Compare
Pre-Review Checklist for the PR Author
Changelog updated in the unreleased section including API breaking changesiox-123-this-is-a-branch
)iox-#123 commit text
)task-list-completed
)iceoryx_hoofs
are added to./clang-tidy-diff-scans.txt
Notes for Reviewer
This PR adds the
in_place_t
direct constructors for theexpected
to better align with thestd::expected
Checklist for the PR Reviewer
iceoryx_hoofs
have been added to./clang-tidy-diff-scans.txt
Post-review Checklist for the PR Author
References