ocaml / merlin

Context sensitive completion for OCaml in Vim and Emacs
https://ocaml.github.io/merlin/
MIT License
1.58k stars 233 forks source link

Using opam install merlin downgrade all JaneStreet's core lib #244

Closed MassD closed 10 years ago

MassD commented 10 years ago

My core lib were all newest with version of 111.xx, but after opam install merlin, all core libs are downgraded to 109.xx.

Anyway to avoid the downgrading?

let-def commented 10 years ago

merlin is completely unrelated to core, you probably have a problem with opam.

Make sure everything is up-to-date.

let-def commented 10 years ago

@AltGr pointed that it might related to https://github.com/ocaml/opam/issues/1516. Also, check that you have the latest version of opam.

MassD commented 10 years ago

@def-lkb the opam I have is already the newest version 1.1.1.

let-def commented 10 years ago

This version seems affected. Check the issue for more information & a solution.