Skip to content
New issue

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

Possibility to delay pending reinstalls #4928

Open
lefessan opened this issue Nov 24, 2021 · 0 comments
Open

Possibility to delay pending reinstalls #4928

lefessan opened this issue Nov 24, 2021 · 0 comments

Comments

@lefessan
Copy link
Contributor

Sometimes, I just want to install some packages, whose dependencies are already installed in my switch. However, if opam discovers that some of the dependencies have changed upstream, it will want to reinstall all these dependencies. Though I am interested in doing so at some point, I may want to finish my work before, so I would like to be able to install my packages without caring about these reinstalls, yet be able to do them later.

Currently, it is not possible, opam reinstall --forget-pending will forget all pending reinstalls, so I won't be ablet to do them later. So, I would like something like opam install [...] --skip-pending-reinstalls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants