dbuenzli / down

An OCaml toplevel (REPL) upgrade
http://erratique.ch/software/down
ISC License
81 stars 3 forks source link

Completion does not take opens into account #31

Closed kit-ty-kate closed 9 months ago

kit-ty-kate commented 9 months ago
# #require "containers";;
# open Containers;;
# List.<tab>

the completion here only shows Stdlib.List, not the expected Containers.List.

I’m not sure if this is an issue in down or in ocp-index. If it is the latter could you give the rough command used so that I can report the issue properly?

dbuenzli commented 9 months ago

Indeed. That's tracked in #11.