Etienne Millon
Etienne Millon
Hi, When passed to `OpamPrinter.format_value`, the expression `(a | b) & c` is printed as `a | b & c`, which is equivalent to `a | (b & c)`. The...
As discussed in #12737, using `Int_val` inside blocking sections can cause data races and is now seen as a bad idea. (this causes a TSAN warning when using Dune, see...
This does not change formatting but is compatible with OCaml 5.2.
Signed-off-by: Etienne Millon
## pre-branch blockers (none) ## known blockers - [x] All 3.15 changelogs merged - [x] test mirage - [x] test nix-overlays https://github.com/nix-ocaml/nix-overlays/pull/1496 - [x] indexing rules situation #10623 - [x]...
It is only used in benchmarks so unnecessary in most of CI.
We have to override the nixpkgs definition to get `coq-native`.
Hi, I'm using opam 2.2.0~beta3 on windows. I've noticed that a package name is percent-encoded in an error message: ``` C:\Users\etien\src\dune>opam install -y lwt cinaps core_bench "csexp>=1.3.0" js_of_ocaml js_of_ocaml-compiler "mdx>=2.3.0"...
Hi, I have the following experience to report on windows. I installed opam 2.2.0~beta3 from winget, but it's conflicting with a previous forgotten dkml install. Here are my interactions: -...