Antonin Décimo
Antonin Décimo
#13290 will also modify the script. I think this PR should be merged before. I don't see anything holding it back.
Yes, BuildKit needs to be enabled in ocurrent-deployer for ocaml.org. Regardless, are you interested in these changes?
ping! The deployer has learned to use BuildKit, and the Alpine 3.21 image has been released.
Superseded by #3281.
The PR seems sound. I just wonder if there's a better fix in the general case. I tried to get a better understanding of how a user might select a...
> use correctly for non-experts such as myself Speaking as a non-expert myself, I often have to remind myself that blocking/non-blocking in this context refers to the domain lock and...
Perhaps Clang's [Thread Safety Analysis](https://clang.llvm.org/docs/ThreadSafetyAnalysis.html) static annotations could help and ensure each access is correctly paired with the right kind of mutex.
Thanks for the review. I've applied your suggestions, and also added a change to use `getlogin_r`.
Could you perhaps replace the `5.4.0` strings with a variable such that the document stays in sync with the current version of OCaml? Or use a version-agnostic switch name such...