Skip to content
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

feat(bindings/c): add opendal_operator_exists and mark is_exist deprecated #5199

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

PragmaTwice
Copy link
Member

Which issue does this PR close?

Closes #.

Rationale for this change

Just like #5198, we need to do it in C binding as well.

What changes are included in this PR?

  • Fixed rustc deprecated warning in C binding
  • Add opendal_operator_exists and opendal_result_exists
  • Mark opendal_operator_is_exist deprecated

Are there any user-facing changes?

Users will receive deprecated warnings by the C compiler if they're still using opendal_operator_is_exist.

Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@Xuanwo Xuanwo merged commit b5b7132 into apache:main Oct 18, 2024
34 checks passed
kassane added a commit to kassane/opendal that referenced this pull request Oct 21, 2024
kassane added a commit to kassane/opendal that referenced this pull request Oct 21, 2024
* `std.paralellism` support added (write/read/list)
* CI/CD test
* rename `is_exists` - ref.: apache#5199

Signed-off-by: Matheus C. França  <matheus-catarino@hotmail.com>
kassane added a commit to kassane/opendal that referenced this pull request Oct 22, 2024
* `std.paralellism` support added (write/read/list)
* CI/CD test
* rename `is_exists` - ref.: apache#5199

Signed-off-by: Matheus C. França  <matheus-catarino@hotmail.com>
Xuanwo pushed a commit that referenced this pull request Oct 22, 2024
D bindings
* `std.paralellism` support added (write/read/list)
* CI/CD test
* rename `is_exists` - ref.: #5199

Signed-off-by: Matheus C. França  <matheus-catarino@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants