Stephen Sherratt

Results 106 comments of Stephen Sherratt
trafficstars

This was fixed by https://github.com/ocaml/dune/pull/10474.

This sounds similar to https://github.com/ocaml/dune/pull/10267 so I'll work on fixing this too (in a separate PR).

It's not about virata users. Vim comes with virata syntax highlighting out of the box so all vim users see the virata syntax highlighting when editing .pkg files.

It looks like vim comes with syntax highlighting for ocaml and dune files out of the box (checked by installing vim and neovim in an empty docker image). I just...

This feels like a similar issue to https://github.com/ocaml/dune/issues/10290 in that it involves a generated file containing paths to files within the build sandbox.

I don't understand how this can be fixed by removing the `copy` constructor. The issue here is that out of date build commands are being run from the lockfile. We...

> @gridbugs do you know how to update the benchmarks to run on 4.14.2? I think you need to make sure that the `opam init` step gets executed when rebuild...

> what happens with `cd path && dune exec -- echo hello`? > > IIUC, `echo` would pass the `Filename.is_relative` check and get a prefix when it shouldn't? `dune exec`...

Just making sure that we don't forget to merge this. Are any other changes necessary?

Are you asking whether the exec + watch tests are still flaky and would benefit from a timeout?