Fork me on GitHub
#cider
<
2015-11-09
>
escherize01:11:03

I noticed it's possible to edit what cljr-slash does. I believe it uses defcustom cljr-magic-require-namespaces, and a list of common-ish namespaces. I'm not sure how to edit those. Is that even editable?

benedek07:11:06

@escherize via standard emacs customize group cljr

escherize07:11:01

Thanks benedek !!

benedek08:11:15

no worries

benedek08:11:29

so u can customize but your project wide aliases override the values in the defcustom.

benedek08:11:51

so just trust the magic i guess ;)

phil10:11:51

No matter what I do, I can't get nrepl 0.2.12 to load (I seem to always get 0.2.10).

phil10:11:18

Hmmm, a new project loads .12, must be project specific.

malabarba10:11:37

@phil what I do is add this to the deps: ^:replace [org.clojure/tools.nrepl "0.2.12"]

malabarba10:11:53

though the efficacy of that might be dependent on the lein version

phil11:11:45

Ahhh, it's because of :eval-in-leiningen true - it's a lein plugin.

phil11:11:58

I guess lein requires 0.2.10.

pandeiro15:11:29

guys can cider / could cider ever look up function definitions in clojurescript source files?

pandeiro15:11:45

(both in project source directories and in jars)

malch15:11:20

yes, it can

malch15:11:42

@pandeiro: if your cljs repl works correctly, just do cider-eval-buffer and it should work

pandeiro15:11:23

Ah OK, I would need to evaluate first?

malch15:11:01

Yes, it doesn’t work for me without evaluating first

colin.yates16:11:35

hi all - any experience reports of CIDER + either lein-sub or lein-modules?

malabarba16:11:06

what are those? simple_smile

colin.yates17:11:48

sorry @malabarba I only just noticed your question simple_smile. They are both attempts at implement maven multi-modules, so you can manage an umbrella of lein projects as a single one. For example, a my-proj/ui, my-proj/common, my-proj/server etc.

bozhidar19:11:23

well, CIDER doesn’t really care about lein

bozhidar19:11:45

it just needs some nREPL server with properly configured middleware and classpath

bozhidar19:11:59

so, it really depends on what those tools are doing