opam
opam copied to clipboard
Use the default criteria during reinstall/upgrade when requesting at least one non-installed package
Fixes https://github.com/ocaml/opam/issues/5224 as well as discrepancies in the result given by the solver between opam install <pkg> and opam reinstall <pkg> when <pkg> is not installed (see the differences in the solver output in the description of https://github.com/ocaml/opam/issues/5227)
TODO:
- [ ] Some tests should be added to prevent regressions