Nicolás Ojeda Bär
Nicolás Ojeda Bär
> why is Dune even used to call these tools at all? I am not an `ocamlformat` user, but just to play devil's advocate: one reason is that the Dune...
Nothing actionable here, let's close.
I think this request makes sense. Having said that, note that the OCaml toolchain is not currently relocatable so the compilation artifacts themselves may not be relocatable. But as mentioned,...
On further investigation, this looks like a bug because if you use the usual build directory (ie you do not set `DUNE_BUILD_DIR`), then Dune uses relative file names in `dune-package`.
> On further investigation, this looks like a bug because if you use the usual build directory (ie you do not set `DUNE_BUILD_DIR`), then Dune uses relative file names in...
Also, somehow the Cygwin shell has no issue whatsoever creating or deleting files named `NUL`.
I cannot reproduce. It seems to work for me: ```bash nojebar@PERVERSESHEAF:~/tmp/byte$ opam exec -- dune --version 3.16.0 nojebar@PERVERSESHEAF:~/tmp/byte$ cat dune ;; This declares the hello_world executable implemented by hello_world.ml ;;...
> I'm surprised that `let open%foo M in ()` works in the first place, I would have expected `let%foo open M in ()` instead. (Is the extension not consistently on...
> [@nojb](https://github.com/nojb): I'm happy to be assigned this bug, but I need someone else than me to review our proposed fix in [#14091](https://github.com/ocaml/ocaml/pull/14091). Maybe [@lthls](https://github.com/lthls)? Yes, sorry, we assigned the...
@garrigue Do you have an opinion on this PR?