-
```json
"ocaml.repl.useUtop": false,
"ocaml.repl.path": "${userHome}/.opam/default/bin/dune",
"ocaml.repl.args": ["utop"],
```
I can't force plugin to run `dune utop` with custom `$…
-
## Expected Behavior
`dune utop` works
## Actual Behavior
```
dune utop
Building ocaml.5.2.0
File "_build/default", line 1, characters 0-0:
Error: Library "utop" not found.
…
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#4688
From: @ejgallego
Reported version: trunk
CC: coq-bugs-redist@lists.gforge.inria.fr
-
It would be awesome if `bs-node` could be visible in `rtop`.
After a bit of discussion on Discord I went ahead and discovered things that you folks already know but what it is necessary for it to wor…
-
this is a request to document usage of the ppx in utop.
i tried to replicate the examples given in the README.
to do so after some googling i tried `#require "ppx_python"` then `open Ppx_pytho…
-
If you stick a `.ocamlinit` file in the root of a project, it will automatically run any toplevel commands that you include in that file.
Typically, this will include things like:
```
open P3;;…
-
Hi, dear ocp-index developers. I recently encountered an issue working with `ocp-index.lib`, here is the step-to-reproduce:
``` ocaml
#require "ocp-index.lib";;
let cmd_input_line cmd =
try
…
kandu updated
2 years ago
-
I noticed that my uTop hangs after typing `#require` sometimes, but not always.
I've eventually tracked it down to an interaction between auto-completion, which lists available packages, and the exec…
-
`dune utop` uses react (from https://opam.ocaml.org/packages/react) which collides the name with [react.ml](https://github.com/ml-in-barcelona/server-reason-react/blob/main/packages/react/src/react.ml…
-
Hi, though the prompt is read-only, utop permits the cursor to go past (i.e in from of) the prompt. Instead, utop should consider the point after `utop[n]>` to be the beginning of the line.