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/cpp): rename is_exist to exists as core did #5198

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

PragmaTwice
Copy link
Member

Which issue does this PR close?

Closes #.

Rationale for this change

Since opendal::types::operator::blocking_operator::BlockingOperator::is_exist is deprecated and renamed to exists, we should also rename it in c++ binding.

What changes are included in this PR?

Add Operator::exists and mark Operator::is_exist deprecated.

Are there any user-facing changes?

Users who still use is_exist will receive deprecated warnings issued by compilers.

@Xuanwo Xuanwo merged commit 09fb972 into apache:main Oct 18, 2024
30 checks passed
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.

3 participants