Stephen Sherratt

Results 106 comments of Stephen Sherratt
trafficstars

Ok I fixed the build error. Is anything else needed before this can be merged?

> Would be good if I could somehow get ocamllsp into my $PATH. In helix do you need to run `eval $(opam env)` before launching the editor in order for...

> Emacs currently does something like this: > > (opam-switch-set-switch (tuareg-opam-current-compiler))) > > Calling https://github.com/ocaml/tuareg/blob/master/tuareg-opam.el > > So we'll need to figure a way to co-exist with it (depending on...

Providing `dune tools env` and requiring users to launch terminal-based editors within the correct environment and graphical editors to modify the environment used to launch tools sounds like a reasonable...

Closing this because https://github.com/ocaml/dune/pull/12065 addressed it. We didn't add a `dune tools env` command. If that's something people want let's raise another issue to address that specifically.

Fair point @shonfeder. There's still not a good way for editors to run dev tools without changing the editor's config to run `dune tools exec ...`. This could be made...