Fork me on GitHub
#cider
<
2017-02-28
>
hans04:02:28

@pesterhazy I keep forgetting that, because it is so inconvenient and unwelcoming. I've filed a JIRA issue instead.

ccann20:02:35

is CIDER supposed to honor {:dev {:dependencies}} in project.clj?

ccann20:02:07

i.e. when I load a namespace shouldn’t it pick up those deps?

richiardiandrea20:02:45

@ccann it is not really cider's concern, it depends on lein

ccann20:02:36

I guess I’m not clear on whether the :dev profile is active when I’m connected via jack-in from CIDER

richiardiandrea20:02:21

@ccann not using lein myself, but the repl command should include :dev, a nice doc here: https://github.com/technomancy/leiningen/blob/master/doc/PROFILES.md

ccann21:02:23

@richiardiandrea thanks, appreciate it. I actually got it working with (setq cider-lein-parameters "with-profile +test repl :headless”)

richiardiandrea21:02:50

^ awesome, glad that option works 😉

ccann22:02:53

actually the real issue was my local profiles.clj was overwriting my :dev profile in project.clj… was under the impression these got merged.