We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dune uses the local OPAM switch same as global switch.
Dune gives the error message
cd boinc-controller && opam create . 4.10.0 -y
dune-workspace
(lang dune 2.4) (context (opam (switch /Users/paul/Development/own/mirage/boinc-controller) (merlin)))
run dune build
dune build
see the error message:
⟩ dune build File "dune-workspace", line 4, characters 10-61: 4 | (switch /Users/paul/Development/own/mirage/boinc-controller) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: "/Users/paul/Development/own/mirage/boinc-controller" is an invalid context name.
dune
dune --version
ocaml
ocamlc --version
The text was updated successfully, but these errors were encountered:
Fix in #3265
Sorry, something went wrong.
xclerc/opam-repository@7424c3d
Successfully merging a pull request may close this issue.
Expected Behavior
Dune uses the local OPAM switch same as global switch.
Actual Behavior
Dune gives the error message
Reproduction
cd boinc-controller && opam create . 4.10.0 -y
dune-workspace
file:run
dune build
see the error message:
Specifications
dune
(output ofdune --version
): 2.4.0ocaml
(output ofocamlc --version
): 4.10.0The text was updated successfully, but these errors were encountered: