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

[new release] xdg, stdune, ordering, fiber, dyn, dune, dune-site, dune-rpc, dune-rpc-lwt, dune-private-libs, dune-glob, dune-configurator, dune-build-info and dune-action-plugin (3.0.0) #20721

Closed
wants to merge 8 commits into from
1 change: 1 addition & 0 deletions packages/dune/dune.3.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ conflicts: [
"dune-release" {< "1.3.0"}
"js_of_ocaml-compiler" {< "3.6.0"}
"jbuilder" {= "transition"}
"base-effects"
Copy link
Member Author

Choose a reason for hiding this comment

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

@kit-ty-kate i don't understand this change, we don't use effects at all in dune. How are we incompatible with it?

Copy link
Member

Choose a reason for hiding this comment

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

base-effects is a package that depends on a compiler with the "effect syntax" so everytime a project uses e.g.

let effect = ... in

it will fail with the effect syntax.

Copy link
Member Author

Choose a reason for hiding this comment

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

Okay, so effect is now a keyword. I think I can just rename our uses of effect then.

Copy link
Member

Choose a reason for hiding this comment

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

As you wish but this is basically OCaml 6.0 and the proposal hasn’t really been made yet. It only lives in opam-repository as ocaml-variants.4.12.0+domains+effects

]
dev-repo: "git+https://github.com/ocaml/dune.git"
build: [
Expand Down