Nicolás Ojeda Bär

Results 282 comments of Nicolás Ojeda Bär

I think the clean fix is to extend `ml_merlin_system_command` with an optional argument that allows redirecting stdout to a file (it is currently always redirected to `stderr`). Then in `run_in_directory`...

Are you able to paste here a copy of the build log of a failing build? You can find it in the file `_build/log` after the build fails.

Thanks. I think what is going on is as follows: we pass `-I /home/opam/.opam/5.1/lib//../stublibs` to give access to installed stub libs of the different libraries `` from the installed world,...

See #10028 for a synthethic test exhibiting the issue.

I took a quick look. A clean way to approach this would be if the calculation of the transitive closure of a set of libraries (eg `Lib.closure`) could return a...

A few questions just to try to understand the issue better: - This only affects bytecode, is that right? - I believe Dune outsources the actual building of the mixed...

Sorry I'm coming late to the discussion. The reorganization in terms of files seems file. However, the Dune file stanza reference is now even deeper in the TOC: `Reference Manual...

> which restarts a build forever and never finishes. This sounds like a bug. Do you have a promoted files in your build? cc @snowleopard

Do you have a small example reproducing this behaviour?

Thanks. My understanding of this example is: 1) the file `f.ml` is copied to the `exe` folder 2) the file `f.ml` is naturally considered part of the `executable` stanza in...