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

(void-function nrepl-current-connection-buffer) #42

Closed bard closed 8 years ago

bard commented 8 years ago

After loading .clj file and issuing M-x cider-jack-in, I get:

Error while checking syntax automatically: (void-function nrepl-current-connection-buffer)

If I install flycheck-clojure from github, the error disappears. Maybe just an out of date package?

pnf commented 8 years ago

Ah yes... When we made this change to be compatible with cider, I didn't tag it, because at the time the name change hadn't made it on the cider side to melpa-stable. Then I forgot about it. Anyway, I've tagged the latest from github as 0.1.5, so it should hit melpa-stable shortly. In the mean time, you can always get the latest from plain melpa.

bard commented 8 years ago

:+1: Thank you!