Skip to content

Commit

Permalink
Align krell repl initialization to latest version (#3014)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
laynor authored May 13, 2021
1 parent 6c87676 commit 061a6db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Bugs fixed

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


Expand Down
1 change: 0 additions & 1 deletion cider.el
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,6 @@ The supplied string will be wrapped in a do form if needed."
'[krell.api :as krell]
'[krell.repl])
(def config (edn/read-string (slurp (io/file \"build.edn\"))))
(krell/build config)
(apply cider.piggieback/cljs-repl (krell.repl/repl-env) (mapcat identity config))"
cider-check-krell-requirements)
(custom cider-custom-cljs-repl-init-form nil))
Expand Down

0 comments on commit 061a6db

Please sign in to comment.