Stephen Sherratt

Results 153 comments of Stephen Sherratt

Heads up that I pushed a commit that fixes the failing nix test.

I pushed another change to remove the duplication of the experimental flags.

Nice work @emillon, I didn't know about `overrideAttrs`. I gave this a test on both macos-aarch64 and linux-x86_64 and both binaries have the features I expected.

Ok so as a conservative first step, let's just rename the lockdir to `.dune.lock` and leave it up to users whether or not they decide to check it in. When...

> Thanks for the PR! Do you have average time for the new command? It takes about 3 seconds for me. It uses a single invocation of `brew search --formula...

> Does it take aliases into account? The reason why #4548 didn't get merged is because i couldn't find any ways of detecting aliases properly and quickly enough. Yep it...

Fleshing out this description a little, this would be a follow-up to https://github.com/ocaml/dune/pull/11600. In the unlikely event that a user does intend to refer to the version number which is...

To explain my motivation for adding this, I have a side project which doesn't build on some architectures. To release it to opam-repository I need to add an `available` field...

Also once dune starts doing package management it's going to become really important to keep the dependencies in dune-project the same as the dependencies in opam files and if opam...

Also I get that I could possibly technically simulate `available` by making some dummy opam packages for the unsupported architectures like `conf-arm32` and `conf-ppc64` and then add those to `conflicts`...