ml-in-barcelona / jsoo-react

js_of_ocaml bindings for ReactJS. Based on ReasonReact.
https://ml-in-barcelona.github.io/jsoo-react
MIT License
138 stars 19 forks source link

Relax upper bounds to allow OCaml 4.14 and dune 3 #162

Closed sim642 closed 2 years ago

sim642 commented 2 years ago

We've yet to adapt our Gobview project to all the other changes in jsoo-react in the meanwhile, but jsoo-react seems to build fine on OCaml 4.14 and dune 3.

sim642 commented 2 years ago

The CI failure seems unrelated, it already failed on main with the scheduled job. Probably related to https://github.com/ocaml-ppx/ppxlib/releases/tag/0.26.0.

jchavarri commented 2 years ago

Thanks!

The CI failure seems unrelated, it already failed on main with the scheduled job. Probably related to https://github.com/ocaml-ppx/ppxlib/releases/tag/0.26.0.

Should be fixed after https://github.com/ml-in-barcelona/jsoo-react/pull/163.

jchavarri commented 2 years ago

We've yet to adapt our Gobview project to all the other changes in jsoo-react in the meanwhile

We discussed the creation of a compatibility library that should make this migration a bit easier, but unfortunately I have not found the time to work on it yet.