hackwaly / ocamlearlybird

OCaml debug adapter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCaml 5.1 support

sim642 opened this issue · comments

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

This might be related to ocaml/ocaml#12006.

The exception is due to an incompatibility in Lwt: ocsigen/lwt#995.