Christophe Troestler

Results 145 comments of Christophe Troestler

See alse https://github.com/ocaml/ocaml/pull/1901#issuecomment-404818182

Also ```ocaml let () = f @@ g @@ x ``` is desired instead of ```ocaml let () = f @@ g @@ x ```

Discussion: https://discuss.ocaml.org/t/tuareg-ocaml-repl-request-for-feedback-about-a-proper-way-to-auto-require-packages/8329

Yes, `dune top` should make it not too difficult.

It is not that simple: `tuareg-opam-update-env` updates the environment of Emacs so that, if you switch to the buffer of another project and compile it, the environment will be the...

Reopening as a reminder to develop per repo build environment — with caching.

@rgrinberg May you point some doc about LSP?

@rgrinberg Were you referring to https://github.com/freebroccolo/ocaml-language-server or to some other work?

(Incidentally there is already a [package for Emacs](https://github.com/emacs-lsp/lsp-mode).)