Migrate to 4.12.0+domains effects implementation(syntax-free effects version)#82
Merged
talex5 merged 9 commits intoocaml-multicore:mainfrom Oct 11, 2021
bikallem:4.12.0+domains
Merged
Migrate to 4.12.0+domains effects implementation(syntax-free effects version)#82talex5 merged 9 commits intoocaml-multicore:mainfrom bikallem:4.12.0+domains
talex5 merged 9 commits intoocaml-multicore:mainfrom
bikallem:4.12.0+domains
Conversation
Collaborator
|
Thanks - this allows us to enable CI on this repo at last! But the opam metadata needs updating: |
Contributor
Author
|
@talex5 looks like we need a Edit: CI failure -> https://ci.ocamllabs.io/github/ocaml-multicore/eio/commit/95cdeafce2dff6f99d6ffdefdaba61fef7ae59c0/variant/(lint-fmt) |
talex5
approved these changes
Oct 11, 2021
Collaborator
talex5
left a comment
There was a problem hiding this comment.
Thanks! I've pushed a few more fixes to your branch. Should be good to merge once CI is finished.
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.
This PR updates
eioto the OCaml 5.0 supported effects implementation. The migration strategy used is a mechanical one, i.e.effect->type _ eff += ..,match .. with effect ..tomatch_with.Note: The PR replicates (1to1) both passing and failing tests in the repo.
Edit: Not strictly necessary but this PR(https://github.com/ocaml-multicore/ocaml-uring/pulls) is needed to make
dune bhappy sinceocaml-uringis a git submodule of this repo.