ocaml-community / ocaml-mariadb

OCaml bindings to MariaDB, supporting the nonblocking API
55 stars 18 forks source link

Add support for OCaml 4.14 #45

Closed kit-ty-kate closed 2 years ago

kit-ty-kate commented 2 years ago

Stream is now deprecated (to be removed in OCaml 5.0) and makes the compilation of mariadb fail (because of the -warn-error +1..45)

Note that Stream.from does not call the function given so the try ... with F.E ... was never needed.

ygrek commented 2 years ago

Thanks!

kit-ty-kate commented 2 years ago

Would it be possible to get a release? the final release of 4.14 is planned for the end of this week

ygrek commented 2 years ago

(ftr released 1.1.5)