cider-cljs-lein-repl is deprecated.
In the latest version of CIDER, cider-cljs-lein-repl is deprecated.
Emacs says:
cider-cljs-lein-repl is obsolete (since 0.17); use ‘cider-default-cljs-repl’ instead
This PR fix it.
Hey thanks for the PR! I will merge this once cider's 0.17 is out.
How about setting both for the time being? That way both pre-1.7 and post-1.7 users are covered. Maybe add a comment
;; CIDER up to version 0.16
cider-cljs-lein-repl ,,,
;; CIDER versions 0.17 and after
cider-default-cljs-repl ,,,
What is the status of this? I'm trying out Chestnut for the first time, and I'm getting this error. The pull request looks like it's from 2018. Is this project still being maintained?
Chestnut does not represent current best practices. A lot has happened since Chestnut was created, and you can get away with a much simpler setup now.
My recommendations
- use deps.clj/clojure CLI instead of project.clj/leiningen
- use figwheel-main or shadow-cljs, not figwheel classic
- use jetty if you want a backend server, with compojure (as used in Chestnut) or reitit (the more modern option)
- use integrant instead of Stuart Sierra's Component