hackwaly / ocamlearlybird

OCaml debug adapter
MIT License
208 stars 23 forks source link

Support for OCaml 4.05.0? #3

Closed villesau closed 5 years ago

villesau commented 5 years ago

Looks like Flow only supports OCaml 4.05.0 but this plugin is for 4.06.0 and 4.07.0. Would it be posible to change earlybird to support 4.05.0 version too? Is there anything preventing from that? Regarding my tests Flow does not compile using later versions than 4.05.0.

villesau commented 5 years ago

Looks like Flow compiles with 4.06.0 after all, I just had some crap in build folder.

hackwaly commented 5 years ago

There may be some code need 4.06 I think. Anyway, support 4.05 isn't much difficult. I'll work on it.

hackwaly commented 5 years ago

Track progress: https://github.com/ocaml/opam-repository/pull/12841