ocaml-jupyter
ocaml-jupyter copied to clipboard
Compatibility with Ocaml 5
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?
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.
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