Skip to content

Commit 0d2ba20

Browse files
committed
Add a note about removing cider-fallback-eval:info down the road
1 parent 7fc5688 commit 0d2ba20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cider-client.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,8 @@ contain a `candidates' key, it is returned as is."
480480
info)
481481
var-info)))
482482

483+
;; FIXME: Now that nREPL supports a lookup op natively, we should
484+
;; remove this eval-based hack at some point.
483485
(defconst cider-info-form "
484486
(do
485487
(require 'clojure.java.io)

0 commit comments

Comments
 (0)