This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-27
Channels
- # announcements (2)
- # beginners (69)
- # boot (2)
- # calva (15)
- # cider (4)
- # cljs-dev (8)
- # cljsrn (1)
- # clojure (38)
- # clojure-spec (2)
- # clojure-uk (6)
- # clojurescript (6)
- # cursive (12)
- # data-science (1)
- # datomic (6)
- # emacs (10)
- # figwheel-main (12)
- # fulcro (41)
- # nrepl (1)
- # re-frame (16)
- # reitit (1)
- # shadow-cljs (6)
- # spacemacs (2)
- # speculative (1)
- # test-check (9)
New VSIX for you brave and kind testers. What is fixed is that Figwheel is more optional now. It is mostly a messaging thing in that “Calva says” output pane, but it is also a bit of a more careful look at what actually happens when the repl sessions are created.
Hey @pez, i store my tests on a different namespace, do you know how to run tests for them?
@mateus.pimentel.w , currently tests work very poorly for everyone, I think, but we will fix that. As for tests in a different namespace Calva indeed looks for them in whatever-ns-test
. And, I am not sure, but I think I also made this configurable via settings.
I think i will just put them in the same namespace, but i will try seeing if i did something wrong tho
I use the terminal repl and do (clojure.test/run-tests)
in waiting for myself to fix Calva.
When i get all the stuff running in my work project i intend to start contributing to calva
The message i am seeing is “Evaluating file: … ” when i request “run tests for current namespace”
If you have the time, @mateus.pimentel.w, please test that the working case you have there still works with the vsix package i posted above.