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

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

[nongnu] elpa/cider a3a607365c: Bump enrich-classpath (#3142)


From: ELPA Syncer
Subject: [nongnu] elpa/cider a3a607365c: Bump enrich-classpath (#3142)
Date: Fri, 28 Jan 2022 02:58:41 -0500 (EST)

branch: elpa/cider
commit a3a607365c94dd11f1981e1d884641773a8a048c
Author: vemv <vemv@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Bump enrich-classpath (#3142)
    
    Delivers https://github.com/clojure-emacs/enrich-classpath/pull/17
---
 cider.el                                            |  2 +-
 doc/modules/ROOT/pages/basics/middleware_setup.adoc |  2 +-
 test/cider-tests.el                                 | 14 +++++++-------
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/cider.el b/cider.el
index 69c97f7b31..c2e5a38d46 100644
--- a/cider.el
+++ b/cider.el
@@ -491,7 +491,7 @@ where it doesn't make sense."
   (let* ((corpus (if (and cider-enrich-classpath
                           (eq project-type 'lein))
                      (append cider-jack-in-lein-plugins
-                             '(("mx.cider/enrich-classpath" "1.6.2")))
+                             '(("mx.cider/enrich-classpath" "1.8.0")))
                    cider-jack-in-lein-plugins)))
     (thread-last corpus
       (seq-filter
diff --git a/doc/modules/ROOT/pages/basics/middleware_setup.adoc 
b/doc/modules/ROOT/pages/basics/middleware_setup.adoc
index d57b9e6668..2d33a49195 100644
--- a/doc/modules/ROOT/pages/basics/middleware_setup.adoc
+++ b/doc/modules/ROOT/pages/basics/middleware_setup.adoc
@@ -46,7 +46,7 @@ A minimal `profiles.clj` for CIDER would be:
 [source,clojure]
 ----
 {:repl {:plugins [[cider/cider-nrepl "0.27.2"]
-                  [mx.cider/enrich-classpath "1.6.2"]]}}
+                  [mx.cider/enrich-classpath "1.8.0"]]}}
 ----
 
 WARNING: Be careful not to place this in the `:user` profile, as this way 
CIDER's
diff --git a/test/cider-tests.el b/test/cider-tests.el
index 8120f6517a..c91909bf85 100644
--- a/test/cider-tests.el
+++ b/test/cider-tests.el
@@ -124,7 +124,7 @@
                                 " -- update-in :plugins conj "
                                 (shell-quote-argument "[cider/cider-nrepl 
\"0.10.0-SNAPSHOT\"]")
                                 " -- update-in :plugins conj "
-                                (shell-quote-argument 
"[mx.cider/enrich-classpath \"1.6.2\"]")
+                                (shell-quote-argument 
"[mx.cider/enrich-classpath \"1.8.0\"]")
                                 " -- update-in :middleware conj 
cider.enrich-classpath/middleware"
                                 " -- repl :headless")))
 
@@ -137,7 +137,7 @@
                          " -- update-in :plugins conj "
                          (shell-quote-argument "[cider/cider-nrepl 
\"0.10.0-SNAPSHOT\"]")
                          " -- update-in :plugins conj "
-                         (shell-quote-argument "[mx.cider/enrich-classpath 
\"1.6.2\"]")
+                         (shell-quote-argument "[mx.cider/enrich-classpath 
\"1.8.0\"]")
                          " -- update-in :middleware conj 
cider.enrich-classpath/middleware"
                          " -- repl :headless")))
 
@@ -149,7 +149,7 @@
                                 " -- update-in :plugins conj "
                                 (shell-quote-argument "[cider/cider-nrepl 
\"0.10.0-SNAPSHOT\"]")
                                 " -- update-in :plugins conj "
-                                (shell-quote-argument 
"[mx.cider/enrich-classpath \"1.6.2\"]")
+                                (shell-quote-argument 
"[mx.cider/enrich-classpath \"1.8.0\"]")
                                 " -- update-in :middleware conj 
cider.enrich-classpath/middleware"
                                 " -- repl :headless")))
 
@@ -184,7 +184,7 @@
                                 " -- update-in :plugins conj "
                                 (shell-quote-argument "[cider/cider-nrepl 
\"0.11.0\"]")
                                 " -- update-in :plugins conj "
-                                (shell-quote-argument 
"[mx.cider/enrich-classpath \"1.6.2\"]")
+                                (shell-quote-argument 
"[mx.cider/enrich-classpath \"1.8.0\"]")
                                 " -- update-in :middleware conj 
cider.enrich-classpath/middleware"
                                 " -- repl :headless")))
 
@@ -217,7 +217,7 @@
                                 " -- update-in :plugins conj "
                                 (shell-quote-argument "[cider/cider-nrepl 
\"0.11.0\"]")
                                 " -- update-in :plugins conj "
-                                (shell-quote-argument 
"[mx.cider/enrich-classpath \"1.6.2\"]")
+                                (shell-quote-argument 
"[mx.cider/enrich-classpath \"1.8.0\"]")
                                 " -- update-in :middleware conj 
cider.enrich-classpath/middleware"
                                 " -- repl :headless")))
     (it "can concat in a boot project"
@@ -282,7 +282,7 @@
       (spy-on 'cider-jack-in-normalized-lein-plugins
               :and-return-value '(("refactor-nrepl" "2.0.0")
                                   ("cider/cider-nrepl" "0.11.0")
-                                  ("mx.cider/enrich-classpath" "1.6.2")))
+                                  ("mx.cider/enrich-classpath" "1.8.0")))
       (setq-local cider-jack-in-dependencies-exclusions '()))
     (it "uses them in a lein project"
       (expect (cider-inject-jack-in-dependencies "" "repl :headless" 'lein)
@@ -293,7 +293,7 @@
                                 " -- update-in :plugins conj "
                                 (shell-quote-argument "[cider/cider-nrepl 
\"0.11.0\"]")
                                 " -- update-in :plugins conj "
-                                (shell-quote-argument 
"[mx.cider/enrich-classpath \"1.6.2\"]")
+                                (shell-quote-argument 
"[mx.cider/enrich-classpath \"1.8.0\"]")
                                 " -- update-in :middleware conj 
cider.enrich-classpath/middleware"
                                 " -- repl :headless"))))
 



reply via email to

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