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.23k stars 351 forks source link

OPAM always upgrades pinned packages after an update #440

Closed jameister closed 11 years ago

jameister commented 11 years ago

Hi OCamlPro folks, thank you very much for OPAM! It's really a great OCaml package management experience. I've run into very few issues migrating our codebase.

I'm encountering a minor issue with local pinned packages, where after doing an "opam update", it wants to upgrade them even though nothing in the source directories or opam-repository has been changed. Is that a bug or expected behavior?

samoht commented 11 years ago

Hi Jeff, happy to hear that you're using OPAM at mylife.com. Which version of OPAM are you using ? Normally this buggy behavior should be fixed in the beta release (eg. >= 0.9.1).