-
Notifications
You must be signed in to change notification settings - Fork 193
add empty gravestone values for Sample, Reply, ReplyError, Query and Hello #1571
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
add empty gravestone values for Sample, Reply, ReplyError, Query and Hello #1571
Conversation
PR missing one of the required labels: {'breaking-change', 'new feature', 'dependencies', 'documentation', 'bug', 'enhancement', 'internal'} |
@DenisBiryukov91 is this PR still valid or should we close it? |
@Mallets. Yes it is still valid, although the related task to provide functionality to move out of loaned types in zenoh-c and make std::move in c++ work more closely to how users would expect, has quite low priority. |
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.
The approach for Query can be changed (better to have real empty state, but this will require too much rework of other code), but this variant is ok.
The goal of this update is to provide "dummy" states for zenoh-c "take from loaned mut" operation - see PR eclipse-zenoh/zenoh-c#718
* followup to #1571: reliablity, sourceinfo to unstable * typo fix to pass CI
* followup to #1571: reliablity, sourceinfo to unstable * typo fix to pass CI * compilation fix
…Hello (eclipse-zenoh#1571) * add empty gravestone values for Sample, Reply, Query and Hello * add empty gravestone value for ReplyErr
…enoh#1775) * followup to eclipse-zenoh#1571: reliablity, sourceinfo to unstable * typo fix to pass CI
* followup to eclipse-zenoh#1571: reliablity, sourceinfo to unstable * typo fix to pass CI * compilation fix
add empty gravestone values for Sample, Reply, ReplyError, Query and Hello - required to support move operations in C++