tarides / ocaml-platform-installer

The best way for developers to write software in OCaml
ISC License
60 stars 8 forks source link

Force the installed version to match the computed best version #112

Closed panglesd closed 1 year ago

panglesd commented 1 year ago

This fixes #111, as it prevents the installation of a package to change the version of the ocaml package.

It is also good on itself as a fail-safe against having a mismatch between the actual version and the binary package version.

However, I think that we should still investigate why, as in #111, the ocaml package could be upgraded.

panglesd commented 1 year ago

I approve your last commit implementing your suggestion. Let's merge as soon as the CI is green!