slamhound
slamhound copied to clipboard
support newly nrepl
My nREPL is cider 0.8.1.
CIDER 0.8.1 (package: 20141124.2036) (Java 1.7.0_71, Clojure 1.6.0, nREPL 0.2.6)
In that case, return value of nrepl-send-string-sync
function is looks like,
(dict "err" "..." "id" "9" "session" "b614a748-c33d-49d8-9b99-4dcc678fdcf5" "out" "(ns clj-tms.http
(:require [cheshire.core :as json]
[clj-http.client :as http]))" "ns" "user" "value" "nil" "status" ("done"))
Key :stdout
change to out
string.
So I fixed it.
How about?
I'm also running cider 0.8.1 and was seeing Wrong type argument: stringp, nil
. I applied this patch and now it works, thanks!
I encountered the same issue with Cider 0.8.2, and this fix worked for that as well.
:+1: this pull request!
I had the same issue, M-x slamhound would not work for me until I installed the patched version of slamhound.el. (Also in Cider 0.8.2.)