You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reify cider-cljs-pending separate from repl-type (#3291)
This pull request addresses #3287 by separating the concept of a repl type from the concept of pending cljs upgrade status. The pending variable is now set when the repl is initialized, and it is set to nil when we are sure that we have a cljs repl in cider-repl--state-handler.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
### Changes
12
12
13
13
- Bump the injected nREPL version to 1.0.
14
+
-[#3291](https://github.com/clojure-emacs/cider/pull/3291): **Remove** the `'cljs-pending``repl-type`. It is replaced by `cider-repl-cljs-upgrade-pending`.
0 commit comments