plexus / chestnut

Application template for Clojure + ClojureScript web apps
Eclipse Public License 1.0
1.32k stars 99 forks source link

cider-cljs-lein-repl is deprecated. #233

Open ponkore opened 6 years ago

ponkore commented 6 years ago

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.

featheredtoast commented 6 years ago

Hey thanks for the PR! I will merge this once cider's 0.17 is out.

plexus commented 6 years ago

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 ,,,
ghost commented 3 years ago

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?

plexus commented 3 years ago

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