ocaml / opam

opam is a source-based package manager. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
https://opam.ocaml.org
Other
1.21k stars 348 forks source link

tree: fix `--with-test/doc` when packages are missing #5944

Closed rjbou closed 2 months ago

rjbou commented 2 months ago

When packages need to be installed (simulate install), either on normal mode or with --no-switch option, dependencies where not retrieved with the good selection (with-test,, etc.). The constructed universe was base on installed field instead of all packages.

fix #5920

rjbou commented 2 months ago

integrated in #5919