Etienne Millon
Etienne Millon
I agree with you that an official policy for this is important to have, and we're working on that at the moment. I think that the answer is going to...
(and I realize that this is not the crux of the issue, but this particular gcc fix is going to be fixed in 3.16.0 and 3.15.1, the latter this week...
I agree with Rudi, it's fairly easy to change vim-ocaml to support this.
This happens because there's no way to tell if the repo does not exist, or if it is a private one. So I guess a related question is, do we...
Do you know if opam supports this?
I think there's a cycle even without `User_warning` since in the original code: - `Path` depends on `User_error` through `User_error.raise` calls - `User_error` depends on `User_message` through the definiton of...
@anmonteiro I tried using pkgsCross to build a static version of dune, but it's building a dynamic version: ```console $ nix build '.#dune-static' $ file result/bin/dune result/bin/dune: ELF 64-bit LSB...
Ah thanks that did it. We just make a bootstrap binary so we can't set flags directly from a profile, so I had to be creative.
Thanks. - This requires `odoc >= 2.3.0` so I'm not sure if it will rendered properly by ocaml.org. @sabine do you know? - (we'll also need to mention that in...
Thanks @sabine ! I subscribed to the PR and will hold this one until it's merged.