This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-05-28
Channels
- # admin-announcements (1)
- # beginners (33)
- # boot (35)
- # braveandtrue (1)
- # cider (6)
- # cljs-dev (59)
- # cljsrn (24)
- # clojure (44)
- # clojure-austin (3)
- # clojure-china (1)
- # clojure-russia (13)
- # clojure-spec (63)
- # clojurescript (71)
- # community-development (1)
- # core-async (2)
- # cursive (6)
- # datomic (1)
- # editors-rus (2)
- # emacs (3)
- # hoplon (47)
- # jobs-discuss (3)
- # keechma (1)
- # lein-figwheel (2)
- # om (38)
- # om-next (4)
- # onyx (2)
- # other-languages (63)
- # parinfer (3)
- # planck (4)
- # re-frame (3)
- # reagent (2)
- # slack-help (4)
- # specter (26)
- # tmp-json-parsing (7)
- # uncomplicate (66)
- # yada (7)
Hi! It's been a while since I used cider. I'm getting the following error when trying to eval a buffer (via C-c C-k
) (with some context, from \Messages\):
[nREPL] Direct connection established
Connected. Express Yourself. -Madonna
Loading /Users/grzm/dev/vbarch/src/vbarch/core.clj...
=> nil
error in process filter: Wrong type argument: number-or-marker-p, nil [2 times]
Here's the environment.
;; Connected to nREPL server -
;; CIDER 0.13.0snapshot (package: 20160524.714), nREPL 0.2.12
;; Clojure 1.7.0, Java 1.8.0_45
* Emacs 24.5
* Leiningen 2.6.1 on Java 1.8.0_45 Java HotSpot(TM) 64-Bit Server VM
I get the same error when eval'ing the last sexp (`C-x C-e`).
I'm not seeing any errors when I run cider-jack-in
. I can run other commands in the repl just fine.
Any ideas what's going on? What I might have misconfigured?@malabarba: thanks! how would I have known to do this?