Stephen Sherratt

Results 103 issues of Stephen Sherratt

While building the simple project described in the [package management tutorial](https://dune.readthedocs.io/en/latest/tutorials/dune-package-management/setup.html) I get the following errors: ``` $ dune build Shared cache miss [ade1dd90443baf5da8fdfbfdbb361da2] (_build/_fetch/checksum/sha256=79f2a1a5044a91350a0eb6ce12e261a72a2855c094c425cddf3860e58c486678/file): error: Unix.Unix_error(Unix.EXDEV, "link", "_build/_fetch/checksum/sha256=79f2a1a5044a91350a0eb6ce12e261a72a2855c094c425cddf3860e58c486678/file") Shared...

shared-cache
package management

Currently when building packages with dune, progress messages are always reported in a similar style to the messages printed by `dune build --progress=short`. Package build progress messages are disabled by...

package management

Sometimes when building a project with package management I see this error: ``` Building ocaml-base-compiler.5.2.0 Building ocaml-config.3 Building base-unix.base Building ocaml.5.2.0 Building seq.base Building ocamlfind.1.9.6+dune Error: _build/.sandbox/bed9cbdb5ceececaf0c3aaddc1db1624/_private/default/.dev-tool/odoc/ocamlfind/source/0001-Harden-test-for-OCaml-5.patch: No such file...

package management

consider for merge

Somehow the dune filetype in neovim ends up with the "lisp" option set despite this not being explicitly configured. Without this setting indentation of dune files does not happen at...

Quotes are optional for single word strings in dune, so depending on the version version of a package will require the version be literally "version" rather than the version of...

This fixes a build error in switches where "result" is not installed, and makes it possible to build this project with dune package management.

This fixes a problem where the project cannot be solved when `with-test` is true. It depended on ocamlformat.0.16.0 which in turn depends on ppxlib < 0.22, but this project also...

This change allows a limited version of `dune exec` to run at the same time as dune is running in watch mode. This allows users to run example programs without...