hackwaly / ocamlearlybird

OCaml debug adapter
MIT License
208 stars 23 forks source link

OCaml 5.1 support #48

Closed sim642 closed 1 year ago

sim642 commented 1 year ago

Something raises Failure("Marshal.data_size: bad object") on OCaml 5.1.

This might be related to https://github.com/ocaml/ocaml/pull/12006.

sim642 commented 1 year ago

The exception is due to an incompatibility in Lwt: https://github.com/ocsigen/lwt/pull/995.