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

Fix reference to removed function #27

Closed expez closed 9 years ago

expez commented 9 years ago

nrepl-current-tooling-session has been replaced by cider-current-tooling-session in the latest version of cider to accommodate having different tooling session running for clj and cljs at the same time.

pnf commented 9 years ago

Glancing at cider, I believe that this change won't break melpa, because both new and old forms are legal in the master, but please confirm.

expez commented 9 years ago

I wouldn't have noticed this if it didn't cause breakage.