This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-01
Channels
- # beginners (134)
- # boot (4)
- # cider (11)
- # cljs-dev (3)
- # cljsrn (10)
- # clojure (85)
- # clojure-dev (10)
- # clojure-spec (17)
- # clojure-uk (14)
- # clojurescript (19)
- # copenhagen-clojurians (1)
- # data-science (15)
- # datascript (3)
- # datomic (3)
- # fulcro (1)
- # graphql (3)
- # heroku (1)
- # hoplon (1)
- # leiningen (2)
- # nrepl (11)
- # om-next (1)
- # onyx (35)
- # reitit (3)
- # shadow-cljs (43)
- # spacemacs (2)
- # specter (1)
- # test-check (10)
- # tools-deps (1)
- # vim (1)
Hey. Not sure whether this is cider or spacemacs problem, but since yesterday when I run tests via cider I see no results in minibuffer and dedicated test buffer does not pop up in case there are failed tests. Anyone else having this problem?
(ns cider-test.core-test
(:require [clojure.test :refer :all]
[cider-test.core :refer :all]))
(deftest a-test
(testing "FIXME, I fail."
(is (= 0 1))))
in messages
buffer
Running test a-test in cider-test.core-test...
=> #'cider-test.core-test/a-test
oh yes i'm having this issue too
i thought my test was just taking very long
I don’t have time to debug this for the next few days. Likely one of the nils are removed from the request was actually meaningful to the backend or something like this.
> we should have a defvar cider-last-jack-in-command
that is set to the command CIDER uses to start the users project. This way when there are errors on jack-in it is easier to see if its CIDER related or not. They can just run it on the command line to see if it works “natively”