Add support for OCaml 4.12#88
Conversation
|
thanks for your patch, I approve the first commit (add mkdir & rmdir), but would for now delay the second commit until opam 2.1 semantics is settled (in respect to |
|
My reasoning behind adding |
|
@kit-ty-kate my reasoning is "we use at 10 other places |
|
Fair enough, removed. |
mato
left a comment
There was a problem hiding this comment.
5476e34 looks good. You are still missing an update to the opam metadata, and we should do something about CI; it's still only testing with OCaml up to 4.10 (i.e. missing 4.11 and 4.12, but the latter presumably won't work until actually released?)
1c01f98 to
693e7da
Compare
|
I rebased and force-pushed. The issue with a CI for OCaml 4.12 is that we need the |
|
This PR is good to go |
|
The CI issue is (same as observed in mirage/mirage-tcpip#439 (comment)): Interestingly, this only happens on GNU/Linux (with 4.08.1), but not on FreeBSD (see the cirrus CI run). To move forward (and not waste several days investigating build systems), I suggest to drop 4.08 support from freestanding (and MirageOS). Any objections? /cc @mato |
mkdirandrmdirwere added in ocaml/ocaml#9797