Skip to content

Commit 1cd6ab7

Browse files
authored
1 parent 3ffed55 commit 1cd6ab7

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
- [#3626](https://github.com/clojure-emacs/cider/issues/3626): `cider-ns-refresh`: jump to the relevant file/line on errors.
1919
- [#3628](https://github.com/clojure-emacs/cider/issues/3628): `cider-ns-refresh`: summarize errors as an overlay.
20+
- Bump the injected `enrich-classpath` to [1.19.3](https://github.com/clojure-emacs/enrich-classpath/compare/v1.19.0...v1.19.3).
2021
- Bump the injected nREPL to [1.1.1](https://github.com/nrepl/nrepl/blob/v1.1.1/CHANGELOG.md#111-2024-02-20).
2122
- Bump the injected `cider-nrepl` to [0.47.0](https://github.com/clojure-emacs/cider-nrepl/blob/v0.47.0/CHANGELOG.md#0470-2024-03-10).
2223
- Updates [Orchard](https://github.com/clojure-emacs/orchard/blob/v0.23.2/CHANGELOG.md#0232-2024-03-10).

cider.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ returned by this function does not include keyword arguments."
612612
(let ((plugins (if cider-enrich-classpath
613613
(append cider-jack-in-lein-plugins
614614
`(("cider/cider-nrepl" ,cider-injected-middleware-version)
615-
("mx.cider/lein-enrich-classpath" "1.19.2")))
615+
("mx.cider/lein-enrich-classpath" "1.19.3")))
616616
(append cider-jack-in-lein-plugins
617617
`(("cider/cider-nrepl" ,cider-injected-middleware-version))))))
618618
(thread-last plugins

clojure.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ else
3737
cd "$there"
3838

3939
# enrich-classpath will emit a command starting by "clojure", or print a stacktrace:
40-
output=$(2>&1 "$clojure" -Sforce -Srepro -J-XX:-OmitStackTraceInFastThrow -J-Dclojure.main.report=stderr -Sdeps '{:deps {mx.cider/tools.deps.enrich-classpath {:mvn/version "1.19.2"}}}' -M -m cider.enrich-classpath.clojure "$clojure" "$here" "true" "$@")
40+
output=$(2>&1 "$clojure" -Sforce -Srepro -J-XX:-OmitStackTraceInFastThrow -J-Dclojure.main.report=stderr -Sdeps '{:deps {mx.cider/tools.deps.enrich-classpath {:mvn/version "1.19.3"}}}' -M -m cider.enrich-classpath.clojure "$clojure" "$here" "true" "$@")
4141
cmd=$(tail -n1 <(echo "$output"))
4242

4343
cd "$here"

doc/modules/ROOT/pages/config/basic_config.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ With it enabled, `cider-jack-in` will activate enrich-classpath, given the follo
4444
* You are on macOS/Linux
4545
* You are launching a vanilla JVM repl (and not a cljs repl, or a clj+cljs repl)
4646
* You are using `cider-jack-in` / `cider-jack-in-clj` (and not `cider-connect`)
47-
** For `cider-connect`, please follow enrich-classpath's https://github.com/clojure-emacs/enrich-classpath/tree/v1.19.2#emacs-cider-connect[own instructions].
47+
** For `cider-connect`, please follow enrich-classpath's https://github.com/clojure-emacs/enrich-classpath/tree/v1.19.3#emacs-cider-connect[own instructions].
4848

4949
...these conditions will be progressively relaxed.
5050

test/cider-tests.el

+7-7
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
" -- update-in :plugins conj "
157157
(shell-quote-argument "[cider/cider-nrepl \"0.47.0\"]")
158158
" -- update-in :plugins conj "
159-
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.2\"]")
159+
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.3\"]")
160160
" -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware"
161161
" -- repl :headless")))
162162

@@ -169,7 +169,7 @@
169169
" -- update-in :plugins conj "
170170
(shell-quote-argument "[cider/cider-nrepl \"0.47.0\"]")
171171
" -- update-in :plugins conj "
172-
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.2\"]")
172+
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.3\"]")
173173
" -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware"
174174
" -- repl :headless")))
175175

@@ -181,7 +181,7 @@
181181
" -- update-in :plugins conj "
182182
(shell-quote-argument "[cider/cider-nrepl \"0.47.0\"]")
183183
" -- update-in :plugins conj "
184-
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.2\"]")
184+
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.3\"]")
185185
" -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware"
186186
" -- repl :headless")))
187187

@@ -220,7 +220,7 @@
220220
" -- update-in :plugins conj "
221221
(shell-quote-argument "[cider/cider-nrepl \"0.47.0\"]")
222222
" -- update-in :plugins conj "
223-
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.2\"]")
223+
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.3\"]")
224224
" -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware"
225225
" -- repl :headless")))
226226

@@ -255,7 +255,7 @@
255255
" -- update-in :plugins conj "
256256
(shell-quote-argument "[cider/cider-nrepl \"0.47.0\"]")
257257
" -- update-in :plugins conj "
258-
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.2\"]")
258+
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.3\"]")
259259
" -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware"
260260
" -- repl :headless")))
261261
(it "can concat in a boot project"
@@ -324,7 +324,7 @@
324324
(spy-on 'cider-jack-in-normalized-lein-plugins
325325
:and-return-value '(("refactor-nrepl" "2.0.0")
326326
("cider/cider-nrepl" "0.47.0")
327-
("mx.cider/lein-enrich-classpath" "1.19.2")))
327+
("mx.cider/lein-enrich-classpath" "1.19.3")))
328328
(setq-local cider-jack-in-dependencies-exclusions '())
329329
(setq-local cider-enrich-classpath t))
330330
(it "uses them in a lein project"
@@ -336,7 +336,7 @@
336336
" -- update-in :plugins conj "
337337
(shell-quote-argument "[cider/cider-nrepl \"0.47.0\"]")
338338
" -- update-in :plugins conj "
339-
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.2\"]")
339+
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.3\"]")
340340
" -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware"
341341
" -- repl :headless"))))
342342

0 commit comments

Comments
 (0)