This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-08-18
Channels
- # announcements (2)
- # architecture (10)
- # beginners (51)
- # cider (14)
- # cljsrn (1)
- # clojure (13)
- # clojure-uk (3)
- # clojurescript (63)
- # cursive (1)
- # datomic (8)
- # emacs (1)
- # figwheel (1)
- # figwheel-main (18)
- # fulcro (62)
- # hyperfiddle (1)
- # incanter (1)
- # jobs-discuss (4)
- # off-topic (3)
- # parinfer (6)
- # reagent (5)
- # ring-swagger (3)
- # shadow-cljs (25)
- # sql (2)
- # tools-deps (2)
Crossposting this idea: https://twitter.com/bhauman/status/1030846968384430080?s=20
I found I need this when setting up custom defmethods for testing - now I require one namespace in each and every test. What does Thomas think about it?
@thheller uhm yep but I remember that we discussed about preload
in node-test
once and it was not working? I will try again though because I cannot recall now
Uhm will take a look
Seems indeed missing, I will add it
@richiardiandrea already added it. wil probably make a release with it later
Ah ah ok cool thank you! Was about to.
@thheller I noticed that if I am in a cider REPL and do (require '[cljs.repl :refer [doc]])
then (doc map)
the output of that goes in the terminal and not in the REPL...might be a CIDER issue but do you have any hint on that?
hmm doc
probably prints during compilation. so it prints wherever the compilation was started. did you start the watch or whatever per CLI and then connected the REPL?
Yep like that
And you are probably very right in saying that it prints during compilation, I seems to recall something like that when I was writing stuff in lumo
ok cool thank you for opening the issue
@thheller thank you trying that 😉
seems to work like a charm