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

Display a note when reloading a repository #5977

Closed kit-ty-kate closed 3 weeks ago

kit-ty-kate commented 1 month ago

First commit is extracted from https://github.com/ocaml/opam/pull/5883

This should at least mitigate the concerns from users thinking opam might have crashed while waiting for opam update/init to finish.

The second commit is temporary while https://github.com/ocaml/opam/issues/5741 is being fixed.