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
opam tree
--with-doc
Actual error:
❯ opam tree ./hello.opam --json=tmp.json --test --doc Constructing initial basis... Number of 0-1 knapsack inequalities = 5983 Constructing conflict graph... Conflict graph has 1395 + 699 = 2094 vertices [ERROR] Could not simulate installing the specified package(s) to this switch: The actions to process have cyclic dependencies: - install odoc (= 25) -> install camlp-streams (= 2) -> install odoc-parser (= 6) -> install odoc (= 25)
This is likely related to: #4541
The text was updated successfully, but these errors were encountered:
Looking into it!
Sorry, something went wrong.
Could you paste the contents of your hello.opam file (or a redacted subset) please? I have a hard time reproducing this
hello.opam
@ElectreAAS using
opam-version: "2.0" depends: [ "odoc" {with-doc} ]
in a switch where you have odoc installed i can reproduce it locally using the command above
odoc
I'm also seeing a different unexpected output when given --no-switch on top of that:
--no-switch
$ opam tree ./hello.opam --test --doc --no-switch The following actions are simulated: === install 1 package ∗ hello dev hello.dev
we expect odoc to be present in the tree but it's not currently.
ElectreAAS
Successfully merging a pull request may close this issue.
Actual error:
This is likely related to: #4541
The text was updated successfully, but these errors were encountered: