js_of_ocaml
js_of_ocaml copied to clipboard
Support for OCaml trunk
- [x] https://github.com/ocaml/ocaml/pull/12357
- [x] https://github.com/ocaml-ppx/ppxlib/issues/449 https://github.com/ocaml-ppx/ppxlib/pull/451
- [x] https://github.com/ocaml/ocaml/pull/12365
- [x] https://github.com/ocaml/ocaml/pull/12360
- [x] https://github.com/ocaml/ocaml/pull/12599
- https://github.com/ocsigen/js_of_ocaml/tree/fix-for-12500
- [x] https://github.com/ocaml/ocaml/pull/12514 (maybe cleanup possible on windows)
- [x] https://github.com/ocaml/ocaml/pull/12735
- [x] https://github.com/ocaml/ocaml/pull/12758
- [x] https://github.com/ocaml/ocaml/pull/12307
- [x] https://github.com/ocaml/ocaml/pull/12430
- [x] https://github.com/ocaml/ocaml/pull/13003
Is this the PR for OCaml 5.2 or for current trunk?
This is for current trunk. Master is compatible with 5.2. I was planning a new release but I need to fix some regression first (unrelated to 5.2)
Ah, sorry some tests were failing locally on master and i didn't see that there was a release actively being worked on. Sorry for the noise.
Note that there are many tests that only pass with a specific version of OCaml (mostly expect tests)