This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-29
Channels
- # announcements (10)
- # aws (4)
- # babashka (42)
- # beginners (208)
- # bristol-clojurians (2)
- # calva (13)
- # chlorine-clover (52)
- # cider (5)
- # clara (22)
- # clj-kondo (2)
- # clojars (14)
- # clojure (107)
- # clojure-europe (24)
- # clojure-nl (4)
- # clojure-uk (6)
- # clojurescript (3)
- # conjure (20)
- # cursive (23)
- # datascript (2)
- # datomic (15)
- # figwheel-main (3)
- # fulcro (23)
- # jobs (3)
- # kaocha (5)
- # keechma (3)
- # local-first-clojure (1)
- # malli (13)
- # off-topic (16)
- # planck (6)
- # re-frame (8)
- # reagent (3)
- # reitit (1)
- # releases (1)
- # remote-jobs (1)
- # rum (1)
- # sci (37)
- # shadow-cljs (16)
- # tools-deps (158)
- # vim (3)
- # xtdb (8)
Hi 👋
I have a question.
Why does Calva injects figwheel-main
as a dep during jacking in for CLI + Figwheel Main
project type?
I think figwheel-main
will be present in deps list anyway (otherwise, how can one build a project for production?)
@UFU7GAE15 Would you mind creating an issue for this? Would be appreciated.
Hi everyone, just wanted to say good job on the new REPL window. It works and feels great, love it! ❤️
Hi all! Since the latest Calva update I seem to have an issue. I have a ns and a corresponding test ns; when I save the test ns, calva goes into some sort of infinite loop where it keeps saying in th output (“Salva says”): > No tests found. 😱, ns: 0, vars: 0 > Running namespace tests… Also, in the new output.repl-file tab, it keeps adding these lines: > clj::user=> > ; Evaluating file: my_test.clj > #’my-test/large-vector Does this ring a bell? Am I doing something wrong or is it a bug?
Can you try with v2.0.108 to confirm that it is the output window update causing the error?
Yes with 2.0.108 it works normally again. Just to make sure: when the above was happening, I had Calva jacked in (leinginen). Also, the output window was coming to front all the time, making it very hard to type in my source code.