Fork me on GitHub
#cider
<
2015-09-02
>
robert-stuttaford12:09:58

hey @malabarba @bozhidar @magnars, do any of you know if there’s an easy way to perform a lein check type action on the project, as so to confirm that everything compiles, in CIDER?

robert-stuttaford12:09:25

lein check works but i don’t want it to stop at the first error, i want all the errors at once

robert-stuttaford15:09:01

C-c C-p has broken in the latest Cider - nrepl-send-request: No buffer named

bozhidar15:09:38

I was under the impression this was fixed today

malabarba18:09:00

@robert-stuttaford you can run cider-refresh . It's also going to stop at the first problem (and worse, your repl will be half loaded in that case) but it's much faster than lein check.

malabarba18:09:13

Doesn't lein check offer options to not stop at the first error?

robert-stuttaford18:09:41

no, it doesn’t have any args at all as far as i can see

robert-stuttaford18:09:05

thanks bozhidar i’ll update again

robert-stuttaford18:09:41

@malabarba: does cider-refresh have any relationship with tools.namespace/refresh?

malabarba18:09:24

Don't know. :-/ @cichli, you wrote this feature right?

malabarba18:09:47

But I would expect so. Why?

robert-stuttaford18:09:01

our biggest codebase predates that library and that library goes into an infini-loop when used on our code. never figured out why

robert-stuttaford18:09:11

will give cider-fresh a go even so. thanks!

robert-stuttaford18:09:41

bozhidar: that was the issue, thank you

roberto22:09:10

how can I use source in cider?

roberto22:09:25

repl> (require 'clojure.repl)
nil
repl> (source reduce)
CompilerException java.lang.RuntimeException: Unable to resolve symbol: source in this context, compiling:(/private/var/folders/0m/cjqkxdl50131dgfkz3mnlk300000gp/T/form-init4949860656631746773.clj:1:1)