summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-03-05 13:37:45 +0700
committerBozhidar Batsov <bozhidar@batsov.com>2018-03-05 13:37:45 +0700
commit7d91a6d8c3b0c8b709465b43420d795e27829db4 (patch)
treeb62f3ee7461fb86e8d82d26d34d1215fefcdeec3 /CHANGELOG.md
parent6c16e8af62bf6101dbe3a15919ff8d6ab4f0f977 (diff)
[#2202] Check in advance if a ClojureScript REPL can be created or not
The current logic relies mostly on namespace checks, but it can certainly be improved down the road. The most important thing is that now users are going to get more meaningful errors earlier. Before this we'd first create the second REPL buffer and just get there some obscure errors because the command didn't check at all if piggieback or the target REPL were even available.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5dbb549f..feeb5fdd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@
* Fix `cider-eval-region` masking `clojure-refactor-map` in `cider-repl-mode`.
* [#2171](https://github.com/clojure-emacs/cider/issues/2171): Update `See Also` mappings for Clojure 1.9.
* [#2202](https://github.com/clojure-emacs/cider/issues/2202): Make `cider-jack-in-clojurescript` prompt from the ClojureScript REPL type to use.
+* [#2202](https://github.com/clojure-emacs/cider/issues/2202): Don't try to start a ClojureScript REPL before checking whether that's possible or not.
## 0.16.0 (2017-12-28)