Stephen Sherratt

Results 106 comments of Stephen Sherratt
trafficstars

The workspace root is being set to the cwd when `dune init proj foo` gets run. The fix would be to set the workspace root to the newly-create project directory...

I've had a go at fixing this in https://github.com/ocaml/dune/pull/6707

I just got a 11e chromebook and I get the same problem. When I booted into chromeos it reported the board name as "ULTIMA" but in the coreboot settings the...

Would it be worth updating the docs for the --change-log argument to include the expected format of the changelog file, or have the error message explain why the changelog file...

I tried this but got the same error: ``` - name: Set-up OCaml uses: ocaml/setup-ocaml@v2 with: ocaml-compiler: 4.14.1 opam-pin: false opam-depext: false ``` Why would disabling pinning also cause it...

I tried https://github.com/ocaml/dune/pull/6215 and running the code from the top of the issues on an intel and m1 mac and I no longer get the seg fault (I do get...

I did some digging today into why the crash happens when the fsevents callback calls `Fsevents.stop`. The c function `dune_fsevents_callback` is called on each event, and invokes the user-provided callback...

I just tried out this change locally and it seems to introduce errors during `dune build`: ``` Error: rename(/run/user/1000/dir_d4279f_download/ppx_derivers-1.2.1): Invalid cross-device link -> required by _build/_fetch/checksum/md5=5dc2bf130c1db3c731fe0fffc5648b41/dir -> required by _build/_private/default/.pkg/ppx_derivers/source...

Is this fixed? I can still reproduce this locally. Also most of the failures in the dashboard fail because of this issue (e.g. https://github.com/gridbugs/dune-pkg-dashboard/actions/runs/8013503480/job/21890644603).