feat(bindings/cpp) remove lib.rs.h from opendal.hpp#6041
Merged
Xuanwo merged 4 commits intoapache:mainfrom Apr 18, 2025
Merged
Conversation
228d9f4 to
1e76f1d
Compare
Member
|
A quick question: |
Contributor
Author
std::string differs from Rust's String: it's a byte container without encoding validation, where size() returns the byte length (length of raw binary data, not character count). |
1e76f1d to
4dec01f
Compare
Member
Thank you for the explanation. |
4dec01f to
eaf30a7
Compare
Member
|
CI failed for: |
Signed-off-by: Jack Drogon <[email protected]>
Signed-off-by: Jack Drogon <[email protected]>
Signed-off-by: Jack Drogon <[email protected]>
7a9bf42 to
3e78e70
Compare
Xuanwo
approved these changes
Apr 18, 2025
Member
Xuanwo
left a comment
There was a problem hiding this comment.
Thank you for working on this, @deadlinefen and @JackDrogon!
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.
Which issue does this PR close?
nop, but inspired by the discussion #6035
Rationale for this change
Remove lib.rs.h from opendal.hpp to make the included source files cleaner for users.
What changes are included in this PR?
Are there any user-facing changes?
cc @JackDrogon