ocaml-jupyter icon indicating copy to clipboard operation
ocaml-jupyter copied to clipboard

Compatibility with Ocaml 5

Open patrick-nicodemus opened this issue 1 year ago • 2 comments

I am curious what would have to be done in order to get this software compatible with Ocaml 5. How serious of an undertaking would this be? What are the major things that would have to change?

patrick-nicodemus avatar Aug 10 '23 22:08 patrick-nicodemus

A pull request for supporting ocaml 5 has been opened (https://github.com/akabe/ocaml-jupyter/pull/199). The task is nearly complete, but there is only one challenging issue remaining: #require "some-ppx-package" kills a process. If you have any ideas for resolving this issue, we welcome any patches.

akabe avatar Aug 16 '23 08:08 akabe

A pull request for supporting ocaml 5 has been opened (#199). The task is nearly complete, but there is only one challenging issue remaining: #require "some-ppx-package" kills a process. If you have any ideas for resolving this issue, we welcome any patches.

Great, thanks

useada avatar Apr 16 '24 06:04 useada