This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-12-21
Channels
- # adventofcode (24)
- # announcements (1)
- # beginners (122)
- # braveandtrue (9)
- # calva (45)
- # cider (24)
- # cljdoc (8)
- # cljs-dev (23)
- # clojure (112)
- # clojure-europe (2)
- # clojure-india (2)
- # clojure-italy (36)
- # clojure-nl (3)
- # clojure-spec (32)
- # clojure-uk (35)
- # clojurescript (52)
- # core-typed (12)
- # cursive (4)
- # datomic (61)
- # emacs (4)
- # figwheel-main (2)
- # fulcro (14)
- # hoplon (5)
- # hyperfiddle (1)
- # jobs-discuss (6)
- # kaocha (5)
- # leiningen (2)
- # nrepl (15)
- # off-topic (62)
- # re-frame (26)
- # reagent (39)
- # ring (3)
- # shadow-cljs (56)
- # spacemacs (8)
- # specter (5)
- # tools-deps (1)
- # yada (2)
is it a know problem that 1.10.439
's stest/instrument
does not contain ex-data
anymore on failure?
@richiardiandrea I see ex-data: https://gist.github.com/mfikes/9cc155578e64d0305045d0ba6b285610
uhm thank you folks, switching to orchestra for now, waiting for having more time for debugging
It might be related to expound, it rings a bell and I am afraid there was some incompatibility with 1.10.439
what’s the issue with stest/instrument not containing an ex-data on failure? can’t find it in JIRA
I haven't found it as well, but Mike's example seems to show different things. In my case I tried to js/console.dir
the ex-info sent down a code path and I did not see any data...but I will need to debug that more
Hi there. Small paradox: doc at https://clojurescript.org/reference/repl#auto-loaded-user-code says we can have a user
ns, but the compiler (as 1.10.338) doesn't agree: WARNING: user is a single segment namespace at line 1...
.
Did I miss an episode? Is this worth a ticket?
@fdserr The doc doesn’t actually say you can have a user
ns. The namespace in that file can be whatever you like. The default, if unspecified is cljs.user
.
Hi Mike. Let me please try to rephrase? I can have a user.cljs
file (prolly in /dev
folder), with a (ns cljs.user)
decl inside, and its Vars will be picked-up at REPL startup. Correct?
If you see any improvements to the doc, feel free to contribute. If you read it you will find that it is consistent with the above, but perhaps it isn’t as clear as it could be.
Well, the time has gone when one could just propose edits on github pages 😃 do you think it's worth a ticket?
But, to answer your question: The docs are clear to me. But that doesn’t mean they are clear.
Lol, you pretty much invent this stuff, hopefully crystal clear for you ^ Let me re-read and consider this... Thanks a bunch for the heads up!
I haven't found it as well, but Mike's example seems to show different things. In my case I tried to js/console.dir
the ex-info sent down a code path and I did not see any data...but I will need to debug that more