js_of_ocaml icon indicating copy to clipboard operation
js_of_ocaml copied to clipboard

Support for OCaml trunk

Open hhugo opened this issue 2 years ago • 4 comments

  • [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

hhugo avatar Jul 06 '23 10:07 hhugo

Is this the PR for OCaml 5.2 or for current trunk?

kit-ty-kate avatar Feb 20 '24 19:02 kit-ty-kate

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)

hhugo avatar Feb 21 '24 02:02 hhugo

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.

kit-ty-kate avatar Feb 21 '24 12:02 kit-ty-kate

Note that there are many tests that only pass with a specific version of OCaml (mostly expect tests)

hhugo avatar Feb 21 '24 13:02 hhugo