Fork me on GitHub
#cider
<
2016-10-12
>
xiongtx04:10:15

@dpsutton It's actually lein with-profile +test-clj test, but thanks for getting me 90% of the way there!

Niclas09:10:17

What’s the status on using cider-find-var in ClojureScript projects? It works as expected in .clj files but always returns Symbol … not resolved in cljs files

bozhidar15:10:29

it should work just as in .clj

bozhidar15:10:04

provided there’s active cljs connection and the current namespace has been evaluated

tianshu18:10:14

why auto completion in cider doesn't support for stuffs in goog?

richiardiandrea18:10:29

@doglooksgood I have recently looked at it and the completion for cljs is really basic at the moment

richiardiandrea18:10:27

dirac has much more powerful completion and I was kind of thinking of a way of combining, together with darwin, cider and dirac maybe through a dirac middleware

richiardiandrea18:10:26

the other solution is to import dirac additions to cljs-tooling of course

noprompt19:10:21

well i figured it out. the file i was trying to load was a clj file not a cljc file.

noprompt19:10:42

not that it's cider's fault but, eesh, what a terrible error message.

dpsutton19:10:15

@noprompt what was the circumstance and error message? I'm not seeing your inital message

noprompt19:10:00

using C-c C-l to load (mistakenly) a clj file with reader conditionals in it resulting in CompilerException java.lang.RuntimeException: Conditional read not allowed, compiling:(blah/blah/blah).

noprompt19:10:23

i could probably look into it. the message should be a little bit better and try to offer some advice.

noprompt19:10:59

e.g. Check the file extension