feat(bindings/ocaml): add more blocking api for ocaml#6238
Merged
Xuanwo merged 9 commits intoapache:mainfrom Aug 3, 2025
Merged
feat(bindings/ocaml): add more blocking api for ocaml#6238Xuanwo merged 9 commits intoapache:mainfrom
Xuanwo merged 9 commits intoapache:mainfrom
Conversation
Contributor
Author
|
here are the publish steps.
opam install dune-release
# Fork https://github.com/ocaml/opam-repository on GitHub
git clone https://github.com/YOUR_USERNAME/opam-repository.gitPublishing Process
cd bindings/ocaml
./release.sh 0.48.0 # Replace with your version
# Test installation from the local directory
opam install . --deps-only
opam install .
# Test that it works
ocaml -I $(opam var lib)/opendal -c "open Opendal.Operator"
dune-release publish distrib --verbose |
Contributor
Author
|
cc @Ranxy |
ddb0f80 to
9ab357d
Compare
9ab357d to
8ba5c63
Compare
8ba5c63 to
ed26b1b
Compare
ed26b1b to
e084359
Compare
Xuanwo
reviewed
Jul 14, 2025
Member
Xuanwo
left a comment
There was a problem hiding this comment.
Thank you @asukaminato0721 for your work on this. Most of the API changes for OCaml look good to me. My only concern is that it would be better to move the release part into a separate PR.
| @@ -0,0 +1,43 @@ | |||
| # Changelog | |||
8f8c3d7 to
bc5a56d
Compare
bc5a56d to
86be5ce
Compare
Xuanwo
reviewed
Aug 3, 2025
asukaminato0721
commented
Aug 3, 2025
asukaminato0721
commented
Aug 3, 2025
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?
part of #2756.
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?