Sylvain Le Gall
Sylvain Le Gall
Here is the "documentation": https://github.com/ocaml/oasis/blob/master/HACKING.md#creating-plugins There is an example in the documentation. You probably don't need to change anything in OASISVersion, because you can keep the exact same structure, except...
Can you publish your version to a branch, so that I can test it myself ? unrelated: can we discuss the '2opam' name, I would vote for to-opam or opam-convert...
Solved: https://github.com/ocaml/oasis/commit/63aa7638a6f4c1a9e6428ae1bd63601cbf889290 You can pin the dev-repo in a few hours when opam/testing will be promoted.
Tracking bug: https://forge.ocamlcore.org/tracker/index.php?func=detail&aid=1726&group_id=54&atid=291 I will fix it for OASIS 0.4.9, expect to have to test a few version to make sure it is working before the release.
[shell_utils.ml.txt](https://github.com/gildor478/ocaml-fileutils/files/5433240/shell_utils.ml.txt)
Do you have a minimal examples to reproduce the problem? I am not using lwt, so I don't know how to test for this. Also, it is probably unrelated but...
What runner are you using? (Thread or Process) What OS are you running on? The code doesn't show if you are using "open OUnit" or "open OUnit2" (there is a...
Sequential runner doesn't support timeout I have__totally__ documented this problem at the time of the release: https://sylvain.le-gall.net/blog/index.php?post/2013/09/29/OUnit-2.0%2C-official-release It might be worth adding that to the real documentation on this website...