Closed kit-ty-kate closed 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)
Stream
mariadb
-warn-error +1..45
Note that Stream.from does not call the function given so the try ... with F.E ... was never needed.
Stream.from
try ... with F.E ...
Thanks!
Would it be possible to get a release? the final release of 4.14 is planned for the end of this week
(ftr released 1.1.5)
Stream
is now deprecated (to be removed in OCaml 5.0) and makes the compilation ofmariadb
fail (because of the-warn-error +1..45
)Note that
Stream.from
does not call the function given so thetry ... with F.E ...
was never needed.