xapi-project / nbd

Ocaml NBD library
https://xapi-project.github.io/nbd/
Other
13 stars 16 forks source link

Not compatible with lwt/lwt_log >= 4.0.0 #126

Closed mseri closed 6 years ago

mseri commented 6 years ago

Nbd needs changes to support lwt after the split between Lwt and Lwt_log. The new recommended way is to use log and fmt, lwt_log will be deprecated soon

gaborigloi commented 6 years ago

We have https://github.com/xapi-project/nbd/issues/113 for moving to logs :)

gaborigloi commented 6 years ago

I think we do support the new lwt_log because it's been added to the opam and dune files.