clojure-emacs / squiggly-clojure

Flycheck checker for Clojure, using eastwood and core.typed.
GNU General Public License v3.0
204 stars 25 forks source link

Bring flycheck-clojure in sync with cider #28

Closed expez closed 9 years ago

expez commented 9 years ago

The nrepl related stuff is getting decoupled from cider, which is causing some breakage. This is being done for two reasons: 1. We're about to get a socketed repl as an alternative to nrepl. 2. Other clients are interested in re-using the nrepl code.