This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-03
Channels
- # announcements (12)
- # babashka (36)
- # beginners (126)
- # calva (26)
- # cider (10)
- # clj-kondo (71)
- # cljdoc (3)
- # cljsrn (2)
- # clojure (232)
- # clojure-australia (1)
- # clojure-europe (11)
- # clojure-france (20)
- # clojure-nl (4)
- # clojure-norway (1)
- # clojure-serbia (4)
- # clojure-uk (6)
- # clojurescript (62)
- # conjure (5)
- # cursive (12)
- # data-science (1)
- # datomic (57)
- # deps-new (1)
- # duct (3)
- # emacs (5)
- # events (8)
- # fulcro (6)
- # graalvm (5)
- # helix (3)
- # jobs (6)
- # jobs-discuss (3)
- # kaocha (4)
- # lsp (128)
- # malli (12)
- # missionary (22)
- # off-topic (1)
- # pathom (7)
- # polylith (27)
- # quil (1)
- # re-frame (20)
- # react (9)
- # reitit (12)
- # releases (8)
- # remote-jobs (3)
- # sci (3)
- # shadow-cljs (9)
- # spacemacs (10)
- # tools-deps (7)
- # vim (7)
- # xtdb (14)
Hi, I run Clojure + ShadowCLJS project via REPL (init via dev.clj). I can call successfully cljs part, but I can’t execute code or ns from cljs’s namespaces, from editor part (SHIFT+CMD+P). How is it possible solve with Cursive?
[:app] Compiling ...
[:app] Build completed. (1381 files, 2 compiled, 0 warnings, 0,59s)
(shadow.cljs.devtools.api/repl :app)
[0:0]~app.index=>
I solved with that tutorial https://gist.github.com/akovantsev/44e2a0e10908785d1f40d3d3bcfff574
Hmm... My Cursive has suddenly stopped accepting 'X in REPL" commands. It keeps telling me Dependency cycle: time.clj -> time.clj -> time.clj
. The same commit is working fine for other people in their Cursives (and the deployed app is testing fine on CI and working fine), so I'm definitely suspecting some sort of local weirdness. Invalidate caches and restart
doesn't seem to be fixing it. Any other suggestions?
It also keeps adding /dev
as a content root every time I rescan Leiningen projects, and... why?
I'm seeing an weird behavior when running tests on Cursive, the test markers disappear automatically after a second of running it. it helpers about 60% of the time I run the tests
also sometimes the markers are there, then I scroll and they are gone
yes, same problem
also on cljc files, I didnt tested with clj only