Antonin Décimo
Antonin Décimo
Why doesn’t opam-repository support MSVC? What can be done to fix that?
I was so young and full of hope! Glad to see this one fixed.
> This is an interesting feature. With this feature turned on, all builds on the same machine will use the cached folders `/var/cache/apt` and `/var/lib/apt`. That is all versions of...
I still think that it's a good idea to cache apt packages, but for a _base_ image, it's probably not great to change this setting without reverting it: ``` RUN...
My guess is that GitLab returns 64-bits integers and the mapping is not supported.
I wonder if using the number of physical processors is always better. For instance on Linux, the number of cores available to a process can be controlled via cgroups. This...
Well, maybe there's still an issue in `Load_path` related to module shadowing. I'm not sure if `Load_path` should have different semantics than `ocamldep`. If they should be the same, it...
See also #13380 and #13405 for another build failure on Termux, because `system()` is forbidden.
This was fixed in https://github.com/ocaml/ocaml/pull/14240/commits/2b8d4ba3339e51989cbd4cd4ba5476cb29f9f0e6 (as of 5.5+trunk).