hackwaly / ocamlearlybird

OCaml debug adapter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for OCaml 4.05.0?

villesau opened this issue · comments

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.

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

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