emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cider 0d2ba20c02: Add a note about removing cider-fallback


From: ELPA Syncer
Subject: [nongnu] elpa/cider 0d2ba20c02: Add a note about removing cider-fallback-eval:info down the road
Date: Sun, 15 May 2022 11:58:16 -0400 (EDT)

branch: elpa/cider
commit 0d2ba20c029b12582e5fa318f046f2feddc1b270
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Add a note about removing cider-fallback-eval:info down the road
---
 cider-client.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cider-client.el b/cider-client.el
index 174081626f..78e8073deb 100644
--- a/cider-client.el
+++ b/cider-client.el
@@ -480,6 +480,8 @@ contain a `candidates' key, it is returned as is."
           info)
       var-info)))
 
+;; FIXME: Now that nREPL supports a lookup op natively, we should
+;; remove this eval-based hack at some point.
 (defconst cider-info-form "
 (do
   (require 'clojure.java.io)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]