-
Notifications
You must be signed in to change notification settings - Fork 45
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
Solve of issue #111 #128
Solve of issue #111 #128
Conversation
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.
@shivangvijay appreciate the effort to address the outstanding issue but the implementation here is not quite what is expected. I highly recommend commenting on the ticket to discuss implementation strategies before working on a PR in case something is unclear. It's also a good way to let others know you're working on this ticket to prevent duplicated efforts. Please look at my comments below.
Thank you, @Yadunund , for your guidance. In the future, I will comment on the ticket. I am unable to understand why my build pipeline is failing, I am not changing anything in the CMakelists.txt file. Please let me know what I am doing wrong. |
Co-authored-by: Yadu <[email protected]> Signed-off-by: Shivang Vijay <[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.
Thanks for addressing the feedback. One more minor change.
Co-authored-by: Yadu <[email protected]> Signed-off-by: Shivang Vijay <[email protected]>
@Yadunund Is there any work remaining in this PR? Is not get merged till now. |
@shivangvijay sorry for the delay. I think we should add a So could you append a |
If I add '/' in the domain ID string, I am facing an issue. I have attached a screenshot for your reference. I tried below thing:- |
Now, I am exploring https://github.com/eclipse-zenoh/zenoh-cpp to understand z_owned_keyexpr_t and implementation of z_keyexpr, and how to convert it's return value to z_owned_keyexpr_t. |
Why not simply avoid calling
|
Sorry I meant z_keyexpr_new. |
Signed-off-by: Yadunund <[email protected]>
Based on my understanding, I attempt to address issue #111. If it doesn't align with your expectations, please provide further clarification on this matter.