Benoit Montagu

Results 21 comments of Benoit Montagu

I'm not sure about which interface should be given to the user, if we want to support directory filtering, library filtering and executables filtering, as the command could be ambiguous....

Is anybody looking at this issue ? Please ?

Same issue with version 2.2.8 of Mudita Center. Because of this, Mudita Center cannot be used at all. PLEASE DO HAVE A LOOK AT THIS ISSUE The error message in...

Thanks @tomaszmaleckimudita. I am part of the `dialout` group. This issue is not related to access rights of USB devices. More likely, this is a concurrency issue either in the...

Agreed about the warning. A better place for such a warning could be in a linter, that could be useful for people who are learning programming in OCaml. About the...

Hi there! Was there any progress on this issue? For the record, this issue was mentioned on the [OCaml Discuss](https://discuss.ocaml.org/t/using-inlined-attribute-with-dune/15205?u=esope).

Another test, that shows that the memory consumption grows linearly with the value of the `count` argument passed to `run_tests` : ```ocaml open QCheck2 let count = int_of_string Sys.argv.(1) let...