This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-01
Channels
- # bangalore-clj (1)
- # beginners (16)
- # bigdata (1)
- # boot (16)
- # cljs-dev (79)
- # cljsjs (37)
- # cljsrn (62)
- # clojars (1)
- # clojure (260)
- # clojure-austin (3)
- # clojure-dev (3)
- # clojure-dusseldorf (3)
- # clojure-italy (1)
- # clojure-russia (32)
- # clojure-serbia (2)
- # clojure-spec (8)
- # clojure-uk (146)
- # clojure-ukraine (16)
- # clojurescript (66)
- # cursive (27)
- # datomic (57)
- # dirac (124)
- # emacs (10)
- # hoplon (12)
- # juxt (6)
- # keechma (6)
- # lein-figwheel (18)
- # leiningen (6)
- # lumo (51)
- # off-topic (1)
- # om (66)
- # onyx (41)
- # perun (1)
- # play-clj (1)
- # protorepl (9)
- # re-frame (20)
- # reagent (11)
- # ring (4)
- # ring-swagger (10)
- # rum (22)
- # specter (8)
- # sql (2)
- # test-check (5)
- # untangled (27)
- # yada (29)
@cfleming I'm seeing some real repl slowness when typing (quoted) datomic queries. It's worsened when I require datomic.api. Is this a known issue or should I report it?
I have a slightly baffling problem: In my project I can run lein cljsbuild once or lein repl and it works fine. But when I try and start a local REPL in Cursive I get an error:
This is a re-frame+compojure project (created with the re-frame template). I've used the same template several times and not run into this before. I'm puzzled why cljsbuild works though.
There is a very long thread about it here https://github.com/emezeske/lein-cljsbuild/issues/204 but I'm not sure if they are saying it should be fixed
lein trampoline repl
fails from the terminal with the same error, but this appears to be exactly the error they are saying is fixed back in 2016
I tried adding lein-cljsbuild as a :dev dependency which was, I thought, the workaround suggested in that thread but that doesn't seem to have helped
@stijn That might be https://github.com/cursive-ide/cursive/issues/1668, which I’m looking at at the moment.
@stijn Let me know if that looks like your problem - the memory issue looks like it was a false alarm.
@sandbags I’ll take a look later on, but there’s not much I can do about that one, at least last time it was a downstream issue. Are you definitely using the latest cljsbuild?
@cfleming sounds like the same symptoms yes. it worsens when I started using quoted forms
@stijn Hmm, this might be related too: https://groups.google.com/d/topic/cursive/KrsLYxKflmg/discussion
@cfleming no idea if related to that particular bug, but i've noticed one thing. If I open up a fresh REPL and type something stupid ala ([1 2 3] | ) and hold enter for a few seconds where cursor is - it's responsive. However, if I type (-> [1 2 3] | ) and do the same thing it's suuuuper slow
@cfleming according to lein ancient I am but I note that I seem to be using 1.1.4 and their github page lists 1.1.5, I'm not actually sure where that 1.1.4 dependency comes from
I just noticed that unused aliases are not greyed out anymore. I am using 1.4.3-2016.3 It was a very useful feature. Any idea how to get that back?