thierry-martinez
thierry-martinez
@gasche Thank you for filling this issue. > (with a colon) You mean a question mark, I suppose.
The PR #84 implements (partially) the proposition for OCaml 4.11. I will make PRs for other versions once this one will be reviewed. Note that I didn't think about that...
How can I reproduce the error? There are no targets `pytop` and `pyutop` in `dune`. ``` % dune build pytop.exe Error: Don't know how to build pytop.exe ``` There are...
Thank you for your report! The new release `stdcompat.19` is out (PR for opam: https://github.com/ocaml/opam-repository/pull/21537) and is compatible with OCaml 5.0. For the moment, `Stdcompat` still exposes a `Stdcompat.Pervasives` module,...
I think this issue is worth re-opening! Thank you for the report! I discussed about possible solutions on discuss.ocaml.org: https://discuss.ocaml.org/t/pyml-installation-cant-find-stdcompat/7453/10?u=thierry-martinez.
Thank you for this suggestion. I was thinking about this long time ago, but I still don't know what would be the right design for this. I think that one...
Sorry for answering so late: for all version `V`, `conf-libclang.V` ensures that `libclang` is installed with version at most _V_. The situation depends on the OS: on some OSes, the...
Sorry for the very long delay. Could you help me to reproduce the bug? The following `Dockerfile` succeeds: ```Dockerfile FROM debian:sid RUN apt-get update --yes && \ apt-get install --yes...
Sorry for the delay, and thank you very much for the question, I wasn't even aware of the existence of `caml_c_thread_register`! This function is defined in `systhreads` so I suppose...
Another approach would be to apply a preprocessing phase implemented in OCaml (and that would be able to use compiler-libs for example) that would output a text file with easier-to-parse...