Nicolás Ojeda Bär

Results 510 comments of Nicolás Ojeda Bär

I cannot reproduce. A simple `open_graph ""; resize_window 200 300;;` seems to work in the 5.3.0 toplevel (the window is resized).

> We would like to be able to format dune files using a different tool than dune I have a vague recollection that this point came up in the past...

Indeed, Dune by default ignores any directory starting with `_`. I don't remember if there is a technical reason to do so. One directory we want to ignore for sure...

Another possibility would be to only change the default glob for subdirectories of those specified in `vendored_dirs`.

> If not, is it possible to get some guidance if the feature given above is something wanted? Yes, I think a PR in this direction would be accepted. The...

> /bin/bash: C:UsersminhAppDataLocalTemplongcmd33326e: No such file or directory There is an issue with the path passed to the shell (it was not quoted properly). This is probably related to some...

The OCaml compiler should never call `bash` on Windows, except if you are using the Cygwin port (which is not recommended). Which port are you using?

> Do you have a link for the other instructions? As far as I know, these instructions are current, and OPAM should default to the `mingw` port (not `cygwin`). What...

> I guess `ocamlopt` thinks that the linker is some bash wrapper around the actual linker and is failing to call that? By the way, the error is not from...

> There is a big linking step at the end which is failing. Just to clarify, the error that we are discussing now is different from the error that was...