Stephen Sherratt
Stephen Sherratt
Why is the expected frequency with which a command will be used a useful metric for deciding whether to put it at the top level or not? I think it...
Updated so that the command is now `dune describe location`.
Just clarifying that we won't be able to merge this PR until it contains both the parser for the new named targets syntax and the ability to resolve named targets....
I tried but it didn't fix the issue. I don't think it's related to my change.
This happens because the `ocaml-compiler.5.3.0` package has this dependency: ``` "ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64" & arch != "ppc64"}...
> Thanks for the PR! I have noticed few typos, but I mostly have questions regarding the errors handling. My main question is shouldn't we prevent the users from using...
> For multiple repositories, we are sadly going to hit the 2nd step more often than we'd like. On the other hand, multiple repositories aren't all that common and the...
I just noticed that [Jane Street's compiler extensions branch](https://github.com/janestreet/opam-repository/tree/with-extensions/packages) uses a mix of different layouts within its packages directory. Most packages are directly under packages but a few (e.g. `ocaml-variants`)...
Is lazy-loading the opam repo something we're planning to implement in the future? Unless I'm mistaken it looks like we currently enumerate all the paths in the opam repo when...
This happens because dune solves dependencies with the `post` variable set to false, so the following disjunction in ocaml-base-compiler's dependencies cannot be resolved: ``` (("arch-x86_64" {os = "win32" & arch...