hackwaly / ocamlearlybird

OCaml debug adapter
MIT License
208 stars 23 forks source link

Support for OCaml 4.07? #2

Closed joshmhanson closed 5 years ago

joshmhanson commented 5 years ago

I'm currently unable to install ocamlearlybird on my OCaml 4.07 switch since earlybird.opam requires "ocaml" {>= "4.06" & < "4.07"}. However, I was able to compile it just fine after applying the fix in #1.

And it does appear to launch and connect to VS Code just fine, although I'm not sure how to actually use it yet.

hackwaly commented 5 years ago

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

joshmhanson commented 5 years ago

Thank you!

villesau commented 5 years ago

@hackwaly would it be possible to make it to support also 4.05.0? Looks like https://github.com/facebook/flow supports only that.