David Allsopp
David Allsopp
Is it repeatable if you do `opam reinstall num`? It's not related to Merlin - there was an alteration to the num package in opam-repository which has caused it to...
Sorry, I suggested the wrong thing - it would need to be in a new switch. I think it's correct that if you create a temporary switch (`opam switch create...
I think the possible fix for this would be in the num package description in opam-repository, to pass `"INSTALL_DIR=mkdir -p"` to `make install` to override its using `install -d`, but...
This is fixed in OCaml 5 in https://github.com/ocaml/ocaml/pull/11184. I believe this can be worked around on macOS by installing GNU binutils?
Oh, I see - I'd misremembered the problem!
That may have been true for opam 1.2.2 (@AltGr?), but opam 2.0 should be reverting any environment changes when you go between switches - so changing to a switch which...
There is another even more conservative possibility: even in system switches, `CAML_LD_LIBRARY_PATH` only needs to be set if a package has installed stublibs. It is also possible that we could...
An update, as the stale bot politely gives its 90 day reminder: - This issue gets mitigated by compiler changes for relocating the compiler and runtime installation. These patches do...
This is oozing towards being permanently resolved.
@dbuenzli - even with the symlinking, don't `odig`/`omod` already/still have to cope with the files for `num` potentially being installed in two different places (either as a pure findlib package...