This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-12
Channels
- # bangalore-clj (1)
- # beginners (10)
- # boot (5)
- # cljs-dev (47)
- # cljsrn (19)
- # clojure (57)
- # clojure-russia (63)
- # clojure-spec (26)
- # clojure-uk (7)
- # clojurescript (104)
- # cursive (26)
- # data-science (2)
- # datomic (1)
- # dirac (1)
- # hoplon (11)
- # juxt (23)
- # off-topic (16)
- # om (6)
- # onyx (3)
- # parinfer (2)
- # protorepl (2)
- # re-frame (1)
- # ring-swagger (1)
- # untangled (2)
@cfleming I don't think that's the case. I have the same in every project, while my colleagues with same setup in same code base don't.
@jarppe Hmm, that’s odd - there was some discussion on the mailing list about this, and there might be an issue, but I can’t find it right now.
The telltale part of the issue is that it reports: Expected 1, actual (2) (i.e. the actual value is in a list when it should not be).
@cfleming No, but something in my ~/.lein/profile.clj is causing this. I removed it and now I get the "Show difference" link and can open the diff dialog.
If you could narrow it down, or send it over so I can reproduce, that would be great.
In :repl
:plugins
I have [venantius/ultra "0.4.1"]
. If I remove that "Show difference" is shown.
@jarppe thanks. I’ll try to debug this to see if I can figure it out. In general, both cursive and humane output monkey patch clojure.test a lot, so the combination is unlikely to be good 🙂
@denik I’m not sure - there are a couple of similar bugs in the CLJC support which I haven’t had time to investigate.