Skip to content

Commit 061a6db

Browse files
authored
Align krell repl initialization to latest version (#3014)
As found in https://github.com/vouch-opensource/krell/wiki/Tooling-Integration---Emacs%2C-Cursive%2C-VSCode-etc. The current initialization code causes an exception to be raised when jacking-in: ReferenceError: Can't find variable: cljs
1 parent 6c87676 commit 061a6db

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Bugs fixed
66

7+
* [#3014](https://github.com/clojure-emacs/cider/pull/3014): Update Krell repl initialization code to follow latest guidelines as found in Krell wiki.
78
* [#3012](https://github.com/clojure-emacs/cider/issues/3012): Allow connecting sibling repls from any buffer.
89

910

cider.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,6 @@ The supplied string will be wrapped in a do form if needed."
865865
'[krell.api :as krell]
866866
'[krell.repl])
867867
(def config (edn/read-string (slurp (io/file \"build.edn\"))))
868-
(krell/build config)
869868
(apply cider.piggieback/cljs-repl (krell.repl/repl-env) (mapcat identity config))"
870869
cider-check-krell-requirements)
871870
(custom cider-custom-cljs-repl-init-form nil))

0 commit comments

Comments
 (0)