Andrew Ray
Andrew Ray
Lets leave this open, as the kernel shouldn't just crash (in fact the -completion arg should be rejected if ocp-index isn't installed).
iocaml doesnt parse toplevel options, so you will need to compile a custom version. For reference I did exactly this for `iocamljs` a while back; https://github.com/andrewray/iocamljs/commit/70c72d79db27c91fb53df685d421d749d82ffc82 Not sure exactly what...
The kernel needs to run `Pparse.apply_rewriters`. I've tried to add it, but it causes strange crashes elsewhere after a ppx is enabled. Will need to have a closer look into...
It certainly seems as if zeromq is missing here. A while ago @avsm posted these instructions https://gist.github.com/avsm/9041133 Note sure they still work - I thought just `brew install zeromq` did...
The only advice I can find on google is to add --universal to the brew command to possibly work round any 32/64 bit issues. Is it possible to check if...
The one in brew looks about right. I believe symlinks should be set up pointing into `/usr/local/Cellar` so that they appear in the correct paths (here, in particular, so the...
I had a bit of a look round on my mac. Homebrew should have set up `/usr/local/include` to include a link to `zmq.h`. This is where the c/ocaml compiler expects...
Yes, that's kind of the way I left it, even though it does not match the original ipython behaviour. The issue was around what to do when there are 2...
Noted; I believe this can be easily fixed as the kernel should have been shutdown by then.
Yes, it's a very fair point. The various bits were evolved rather than designed, hence it's a bit of a mess! I've thought about a tidy up and I think...