This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-09-02
Channels
- # admin-announcements (21)
- # announcements (1)
- # boot (128)
- # cider (18)
- # cljs-dev (10)
- # clojure (112)
- # clojure-brasil (2)
- # clojure-italy (4)
- # clojure-japan (12)
- # clojure-russia (38)
- # clojurescript (241)
- # clojutre (1)
- # datascript (2)
- # datomic (3)
- # events (1)
- # hoplon (38)
- # jobs (1)
- # ldnclj (5)
- # melbourne (8)
- # off-topic (2)
- # om (9)
- # re-frame (13)
- # reagent (43)
- # sneer-br (24)
- # sydney (3)
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?
lein check works but i don’t want it to stop at the first error, i want all the errors at once
C-c C-p
has broken in the latest Cider - nrepl-send-request: No buffer named
@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.
@malabarba: does cider-refresh have any relationship with tools.namespace/refresh?
our biggest codebase predates that library and that library goes into an infini-loop when used on our code. never figured out why