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

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

[nongnu] elpa/cider 6d1f6dee9e 2/2: Add a todo


From: ELPA Syncer
Subject: [nongnu] elpa/cider 6d1f6dee9e 2/2: Add a todo
Date: Mon, 9 Jan 2023 04:59:15 -0500 (EST)

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

    Add a todo
---
 cider.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cider.el b/cider.el
index 64415ae9dc..df11665bdd 100644
--- a/cider.el
+++ b/cider.el
@@ -377,6 +377,7 @@ Throws an error if PROJECT-TYPE is unknown."
     ('shadow-cljs (let ((parts (split-string cider-shadow-cljs-command)))
                     (when-let* ((command (cider--resolve-command (car parts))))
                       (mapconcat #'identity (cons command (cdr parts)) " "))))
+    ;; TODO: Address the duplicated code bellow.
     ;; here we have to account for the possibility that the command is either
     ;; "nbb" (default) or "npx nbb".
     ('nbb (let ((parts (split-string cider-nbb-command)))



reply via email to

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