utop/src
Bozhidar Batsov e7b1ff36d1 [Fix #358] Fix code completion for module identifiers in utop.el
Without those changes you won't get any completion for things like
"List.m". I'm not very familiar with the code, but it seems that the
backend returns the completion candidates without the module prefix
which caused the problem.

I've opted to fix this by handling prefixes with a "." in them specially
and this works fine in the limited testing I conducted locally.
2022-07-16 13:32:11 -05:00
..
lib Use logs.lwt instead of lwt_logs 2022-07-05 17:20:22 +02:00
top [Fix #358] Fix code completion for module identifiers in utop.el 2022-07-16 13:32:11 -05:00