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

Fix `opam init -yn` asking questions on Windows #6033

Closed dra27 closed 2 weeks ago

dra27 commented 2 weeks ago

Fixes #6013. Mostly this was simply that ~yes parameters were not provided when they should have been. The slightly more subtle fix is if MSYS2 is initialised which is requires --confirm-level unsafe-yes but lacked a ~yes. In this case, the action for -y is simply is to ignore the change.

rjbou commented 2 weeks ago

Red CI is from benchmark test broken.