Stephen Sherratt
Stephen Sherratt
For example when building [bonsai](https://github.com/janestreet/bonsai) the number of remaining jobs grows at about the same rate as the number of completed jobs, meaning that the progress indicator is not useful.
E.g. ``` $ _build/_private/default/.pkg/ocamlbuild/target/bin/ocamlbuild -where /home/s/tmp/bonsai/_build/.sandbox/7158a9da761d39477e414a6f2dd9d3fc/_private/default/.pkg/ocamlbuild/target/lib/ocamlbuild ``` This creates problems when packages use `ocamlbuild -where` to find the file `ocamlbuild.cmo` which causes these build failures when trying to compile ocaml.org:...
The `ocamlfind` package installs a file `lib/toplevel/topfind` which contains ocaml source code generated during compilation. When built with dune, this file ends up containing absolute paths to files within the...
Adds repro test for https://github.com/ocaml/dune/issues/10234
If the `url` of the pin stanza is a `file://` path which is relative and refers to a location outside of the current workspace, `dune pkg lock` prints the error:...
Normally users can change files in the source of a pinned package and expect the changes to be visible to the current project (which pins said package), though currently running...
After dune attempts to build a non-dune pinned package, changes to the pinned package are not picked up by dune until `dune clean` is run, even if the attempt to...
When a package is updated with an API-breaking change, reverse dependencies which specify their dependency on the package without an upper bound on its version number will break. A reasonable...
 ## Context The buttons that expand a repository in the UI (circled in the attached image) aren't real links, which means that I can't open them in a new...
I source `_nix` in my bashrc. I was getting this error when starting a new shell (on MacOS only): ``` bash: /Users/s/.nix-profile/share/bash-completion/completions/_nix: line 496: syntax error near unexpected token `('...