Open coventry opened 10 years ago
(when (not (string= "nrepl-discover"
should be (when (not (string= "discover"
. The nrepl-
component is added only after receipt by the elisp side.
The current behavior is a pain for development, because nrepl-discover
ends up overwriting itself with the output from nrepl-discover-command-for
.
Currently the emacs function
nrepl-discover
excludes ops with the namenrepl-discover
, but the value returned bynrepl.discover/ops
just has the namediscover
, which then results in a newdefun
fornrepl-discover
.