This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-01
Channels
- # aatree (1)
- # alda (1)
- # announcements (3)
- # beginners (10)
- # boot (44)
- # braid-chat (6)
- # cbus (5)
- # cider (19)
- # cljs-dev (5)
- # cljsrn (11)
- # clojure (203)
- # clojure-austria (1)
- # clojure-canada (1)
- # clojure-germany (2)
- # clojure-poland (46)
- # clojure-russia (38)
- # clojurescript (79)
- # clojuresque (2)
- # code-reviews (11)
- # core-async (6)
- # cursive (11)
- # datomic (12)
- # dirac (91)
- # hoplon (8)
- # juxt (14)
- # ldnclj (7)
- # lein-figwheel (6)
- # leiningen (18)
- # off-topic (3)
- # om (230)
- # om-next (7)
- # onyx (31)
- # parinfer (1)
- # proton (1)
- # re-frame (44)
- # reagent (2)
- # rethinkdb (10)
- # spacemacs (5)
- # yada (24)
Hi all, what means - nrepl-dict-keys: Not a nREPL dict
- while i'm trying to run tests?
I do not use jack-in and started repl with newer versions of cider-nrepl and clj-refactor/.
There is tho both in cider and clj-refactor. But only triggered if you cider-jack-in
I think
Unless you were using an outdated snapshot in Emacs. We only do version checking across version numbers, we don't check the snapshot date.
If you're on the snapshots you're just expected to stay updated. Or at least update whenever you notice unexpected behaviour.
Anyone using cider with boot finding that "M-." (cider-find-var..) goes to a boot cached file? I've narrowed the problem down to (meta (ns-resolve ns 'the-var-im-visiting)) looking like
{:file "file:/home/tristan/.boot/cache/tmp/home/tristan/me/projects/apps/ci/bv4/rcesf6/allthethings/ci/files.clj", :line 40, :column 1, :end-line 49, :end-column 88, :arglists ([cwd args]), :doc "Evaluate args as a shell command, asynchronously, and return a thunk which\n may be called to block on the exit status. Output from the shell is streamed\n to stdout and stderr as it is produced.", :name cwd-sh, :ns #namespace[allthethings.ci.files]}
where "file" is wrong, for this. "C-c C-k" compiling the target actually fixes it..
But, directly after cider-jack-in, it is pointing to the cached version... Any ideas how to fix tihs?
I've tried clojure.tools.namespace.repl/refresh but this doesn't change it.
Versions i'm using are the latest.. let me find them.
o.c/tools.nrepl "0.2.12", cider-nrepl "0.11.0-SNAPSHOT", refactor-nrepl "2.2.0-SNAPSHOT"
and cider is pointing to master/HEAD