Antonin Décimo
Antonin Décimo
I'm pretty sure that `all_includes.ml` is broken. I was working on a fix at https://github.com/MisterDA/ocaml/pull/118/commits/447b014c161d8b6e600c0c5946333a9c13f6f380 that I hope I'll be able to submit soon. A C++ compiler can be found...
> Does any of this overlap with #10258? It does, oops! I'll remove the locale stuff from this PR, and re-review the previous one.
> First and last commits are just fine - I don't think it's worth the complexity for the single test on a library which is required to exist in Win32...
I suppose doing `%()` could break user code without a version gate. That could be just more pleasant than using both curly and curvy parentheses
I wrote the original `socketpair` emulation in OCaml, as Windows doesn't provide it. I think this issue or a similar one was already reported to me privately more that a...
There is a test included in the new MR. Could you try and confirm that it triggers the issue, or contribute a test that triggers the problem? If I rebase...
I'm not sure examples are sufficient. Something that could help: how would you go about selecting another C compiler to build OCaml with setup-ocaml? Suppose you're on `ubuntu-latest`, but you'd...
The following are my personal views on the subject. In the FOSS ecosystem of OCaml, I haven't seen other CIs than GitHub Actions, ocaml-ci, opam-repo-ci (checking submissions to opam-repository), opam-health-check...
We should rather implement C23's [`stdbit.h`](https://en.cppreference.com/w/c/header/stdbit.html).
xref https://github.com/ocaml/ocaml/pull/11312 and https://github.com/ocaml/ocaml/pull/2179. It seems that https://github.com/janestreet/ocaml_intrinsics is currently the best option.