This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-12-14
Channels
- # admin-announcements (283)
- # announcements (1)
- # aws (3)
- # beginners (24)
- # cider (32)
- # clara (13)
- # cljs-dev (1)
- # cljsjs (10)
- # cljsrn (24)
- # clojure (179)
- # clojure-dev (6)
- # clojure-russia (149)
- # clojurecup (5)
- # clojurescript (33)
- # cursive (23)
- # datomic (35)
- # devops (6)
- # emacs (1)
- # jobs-rus (11)
- # ldnclj (77)
- # lein-figwheel (1)
- # luminus (3)
- # off-topic (3)
- # om (179)
- # onyx (13)
- # proton (6)
- # reagent (60)
- # testing (1)
obviously if someone wants only stable package releases the simplest solution is to just disable melpa and use only melpa stable
@bozhidar: RE: Using melpa stable, does it work alright with prelude? I've thought about switching over to stable completely but I'm afraid it could mess other things up.
Right now, I have stable added to the list of package sources and just have cider and clojure-mode pinned.
hi - a few of us are chatting that if you try to a big compile, or namespace refresh just after a CIDER REPL launches, then you sporadic compilation errors
@jonpither: I think I’ve seen this. I have no idea if it’s a CIDER issue or not
definitely experience this as well
it would be nice to know that a) it’s still busy and then b) it’s done
via output in the repl buffer. i could totally live with that
rock paper scissors, jonpither? -grin-
@jonpither @jonas I've encountered something similar - do either of you use refactor-nrepl
? I think that warms some kind of analysis cache using tools.analyzer
right after you connect
@bozhidar: @robert-stuttaford I can raise a GitHub, issue, but right now it would be vague (sometimes when I start a fresh REPL and try to compile, I get compilation errors). I think to repro you need a suitable large project
Try putting (setq cljr-eagerly-build-asts-on-startup nil)
in your config and see if it still occurs
(had that in mine for a while now, but can't remember why...)
& I also haven't had the compilation issue in a while
Ah I remember - the reason I changed it was that it was causing weird issues when REPLing in to an already-running Clojure program with a system started - after connecting, lots of records would be instances of "old" versions of protocols, because something was re-evaluating everything. I tracked it down to the refactor-nrepl
cache