This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-10-21
Channels
- # admin-announcements (42)
- # alda (1)
- # beginners (11)
- # boot (24)
- # boulder-clojurians (2)
- # cider (10)
- # cljs-dev (23)
- # clojure (63)
- # clojure-czech (4)
- # clojure-japan (2)
- # clojure-russia (44)
- # clojure-sg (2)
- # clojure-switzerland (2)
- # clojurescript (135)
- # community-development (5)
- # css (4)
- # cursive (19)
- # datomic (34)
- # emacs (2)
- # events (5)
- # funcool (13)
- # hoplon (3)
- # ldnclj (43)
- # ldnproclodo (1)
- # lein-figwheel (7)
- # luminus (7)
- # off-topic (54)
- # om (115)
- # onyx (82)
- # overtone (3)
- # re-frame (6)
- # reagent (15)
- # yada (5)
Ugh, just configured GPG for OS X and no wonder people have problems with that. Everything that works by default on Ubuntu had to be configured manually.
Hi @piotrek, yep, boot works fine with cider. You'll need to add cider deps in boot.repl
.
in the clojure-mode
docs I found that it allows to provide a function which based on the provided namespace name generates the expected test namespace name
so I guess it invokes that function and then tries to find a file with the given test names space but is unable to find it in the project
@piotrek: maybe it’s a different configuration of source and test paths
i.e. there is no such thing as :test-paths
in Boot which exists in lein I think
but that said I don’t see where cider/boot would interfere with projectile here
@martinklepsch: I think it might be related, I even checked the boot docs that maybe I overlooked it and it allows specifying a separate test source dirs
@piotrek: when you want to add something like tests to the classpath just use :source-paths
.
@martinklepsch I already have my test dir in source-paths