summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-05-27 08:28:56 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-05-27 08:29:05 +0300
commit209fb0a9cc994d861ee632516b9fb20bbcfd1833 (patch)
tree18f8eea7542f54f0329965dce2cd53488364bb1a
parente63c115d2973a369151902fa075f2506892a240d (diff)
Add a FIXME to cider-classpath-libs
-rw-r--r--cider-client.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/cider-client.el b/cider-client.el
index 38947444..fcdba23a 100644
--- a/cider-client.el
+++ b/cider-client.el
@@ -813,6 +813,7 @@ going to clobber *1/2/3)."
))
;; TODO: Add some unit tests and pretty those two functions up.
+;; FIXME: Currently that's broken for group-id with multiple segments (e.g. org.clojure/clojure)
(defun cider-classpath-libs ()
"Return a list of all libs on the classpath."
(let ((libs (seq-filter (lambda (cp-entry)