iocaml icon indicating copy to clipboard operation
iocaml copied to clipboard

Completion doesn't work

Open jaredly opened this issue 9 years ago • 3 comments

When I run iocaml -completion, and then type print_e and press tab (to trigger completion), nothing pops up, and in fact the kernel stalls (no subsequent execution requests work, I have to kill the kernel). When running the ocaml kernel under jupyter, completion requests don't do anything either, although it doesn't stall the kernel.

jaredly avatar Jun 27 '16 15:06 jaredly

Looking at the log file (when running from iocaml -completion, it has:

Exception: Ag_oj_run.Error("Line 1:\nMissing record field line")
Dying.

jaredly avatar Jun 27 '16 15:06 jaredly

ah, I was missing ocp-index

jaredly avatar Jun 29 '16 15:06 jaredly

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).

andrewray avatar Jun 29 '16 16:06 andrewray