hackwaly / ocamlearlybird

OCaml debug adapter
MIT License
208 stars 23 forks source link

Update to 4.14 #42

Closed nojb closed 1 year ago

nojb commented 2 years ago

I synchronized with 4.14.

This is untested, but the changes were pretty minor, mostly adaptations to API changes upstream. One issue that needs discussion is whether we want to keep support for older versions of OCaml. If yes, the present patch needs a few tweaks so that it still compiles with older versions of the compiler.

sim642 commented 1 year ago

Looks like the PR was closed due to the fork being deleted.

Thanks nevertheless, I already used these changes as the basis for larger refactoring to get rid of the vendoring altogether. Recent compiler-libs expose everything necessary.

nojb commented 1 year ago

Hello! Yes, I deleted the fork by accident, but anyway, the patch was rather mechanical so I don't think much was lost :)