branch: elpa/cider
commit 6d6c5632ad0afd3b17b7f4403ee633ed52e201a4
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Bump the injected cider-nrepl to 0.62.2
It carries the trace/tap dead-subscriber fix and the enlighten evaluator
fix (the server half; the client half is a separate change).
---
CHANGELOG.md | 4 ++++
lisp/cider-jack-in.el | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6428ef4402..0083203744 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@
## master (unreleased)
+### Changes
+
+- [#4116](https://github.com/clojure-emacs/cider/pull/4116): Bump the injected
`cider-nrepl` to
[0.62.2](https://github.com/clojure-emacs/cider-nrepl/blob/v0.62.2/CHANGELOG.md#0622-2026-07-18),
so a dead trace/tap subscriber no longer breaks every traced evaluation, and
the debugger no longer shadows the enlighten middleware's evaluator.
+
### Bugs fixed
- [#4115](https://github.com/clojure-emacs/cider/pull/4115): Fix inline macro
stepping (`cider-macrostep`): pressing `e`/`RET` right after `n`/`p` now
expands the operator you jumped to, instead of erroring with "No sexp before
point to expand".
diff --git a/lisp/cider-jack-in.el b/lisp/cider-jack-in.el
index 361bd8f9c8..32e74b176a 100644
--- a/lisp/cider-jack-in.el
+++ b/lisp/cider-jack-in.el
@@ -341,7 +341,7 @@ the artifact.")
Used when `cider-jack-in-auto-inject-clojure' is set to `latest'.")
-(defconst cider-required-middleware-version "0.62.1"
+(defconst cider-required-middleware-version "0.62.2"
"The CIDER nREPL version that's known to work properly with CIDER.")
(defcustom cider-injected-middleware-version cider-required-middleware-version