This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-02-02
Channels
- # admin-announcements (33)
- # announcements (2)
- # beginners (75)
- # boot (340)
- # braid-chat (6)
- # cider (30)
- # cljsrn (44)
- # clojars (19)
- # clojure (169)
- # clojure-austin (12)
- # clojure-czech (1)
- # clojure-japan (6)
- # clojure-miami (1)
- # clojure-poland (7)
- # clojure-russia (83)
- # clojurebridge (4)
- # clojurescript (166)
- # community-development (55)
- # component (2)
- # core-async (39)
- # core-matrix (3)
- # cursive (32)
- # data-science (3)
- # datavis (3)
- # datomic (58)
- # dirac (28)
- # emacs (4)
- # events (7)
- # hoplon (254)
- # immutant (29)
- # jobs (2)
- # jobs-discuss (4)
- # ldnclj (35)
- # lein-figwheel (3)
- # mount (202)
- # off-topic (9)
- # om (123)
- # onyx (22)
- # parinfer (112)
- # proton (11)
- # re-frame (6)
- # reagent (43)
- # ring (3)
- # spacemacs (2)
Does anyone else have issues with CIDER/Emacs on Ubuntu? cider-jack-in
taking an absolute age to startup.
@jasonbell: how long exactly?
@jasonbell: I'd be interested to know what the issue is when you find out. I assume @otfrom doesn't have this problem?
@agile_geek: I’ve not spoken to him, i) he’s very busy and ii) it’s not a work matter…. this is my lunctime/evening learning machine
ason@jason-MacBookPro:~$ cat ~/.lein/profiles.clj
{:repl {:dependencies [[org.clojure/tools.nrepl "0.2.12"]]
:plugins [[cider/cider-nrepl "0.10.2"]
[refactor-nrepl "1.2.0-SNAPSHOT"]]
:repl-options {:init (set! *print-length* 200)}}}
; CIDER 0.10.1 (Java 1.8.0_66-internal, Clojure 1.7.0, nREPL 0.2.12)
WARNING: CIDER's version (0.10.1) does not match cider-nrepl's version (0.10.2). Things will break!
testrepl.core>
Now I do wonder if the slowness is also down to my Spark code trying to connect to Cassandra on Docker at compile time?
@agile_geek: this is my lunch….
@jasonbell: fair enough. My lunch too. I would put money on your Cassandra connection on Docker. Why not create a minimal project with no Cassandra/Docker and see what JVM start up time is like?
Still way over a minute even with an empty application. I’ll look this evening though I’m now convinced that the docker image stuff is definitely causing problems. Thanks for you help, I’ll report later on this evening.
@jasonbell try refactor-nrepl 2.0.0-snapshot (need update both the emacs package and edit your profiles.clj
unfortunately)