Nicolás Ojeda Bär
Nicolás Ojeda Bär
I tried to install `ocamlformat.0.26.2` under Windows (running under Cygwin, with the Mingw64 compiler), and it fails when trying to install `ocp-indent`. I have `CYGWIN=winsymlinks:nativestrict` set (see https://cygwin.com/cygwin-ug-net/using-cygwinenv.html). ``` $...
For integration in CI workflows, it would be useful to have a flag telling `dune cache trim` to perform the trimming, but only if sufficient time has passed since the...
Hello! This is a rework of #38, getting rid of autotools and switching to `dune-configurator` instead. The most visible effect of this change is that the `./configure` step is no...
`Tarray.{of,to}_binary_jstr` mention "Javascript binary string", but the link is dead and searching "Javascript binary string" does not yield much (the concept appears to have been deprecated in favour of typed...
As discussed in https://github.com/ocaml/ocaml/pull/14086#issuecomment-2985498083: - "running" is misleading because it implies that there is another state for domains, - `Domain.domain_count` would needlessly repeat "domain" So we are left with `Domain.count`.
The primitives that allow reading and writing integers of various sizes from- and to- char bigarrays are not currently exposed. Is there a reason not to expose them in `Bigarray.Array1`...
This PR contains the last bits needed to complete the plan exposed in #13835. Since #13839, the compiler is technically able to handle arbitrary structure items in `let` expressions. Here,...
This note is meant to bring a shortcoming of `-no-alias-deps` to the attention of the rest of the developers, even if the beheaviour makes sense (as far as I understand...
This PR extends `dune format-dune-file` so that the Dune version of the current Dune project is used when formatting. If a file is passed as argument, then it is the...
An attempt to add support for `.messages` file to the Menhir stanza, following the suggestion made in https://discuss.ocaml.org/t/dune-wish-list-for-2023/11083/60 by @Gbury (look at the documentation in the manual and the source...