This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-27
Channels
- # aleph (7)
- # beginners (80)
- # boot (1)
- # cider (3)
- # cljs-dev (277)
- # cljsjs (52)
- # cljsrn (1)
- # clojure (69)
- # clojure-gamedev (4)
- # clojure-italy (1)
- # clojure-losangeles (2)
- # clojure-russia (89)
- # clojure-spec (92)
- # clojure-uk (196)
- # clojured (1)
- # clojurescript (70)
- # cursive (5)
- # data-science (1)
- # datascript (84)
- # datomic (9)
- # defnpodcast (12)
- # docker (1)
- # emacs (4)
- # events (1)
- # fulcro (112)
- # graphql (1)
- # jobs (1)
- # lumo (1)
- # nrepl (21)
- # off-topic (2)
- # onyx (3)
- # protorepl (10)
- # re-frame (23)
- # reagent (66)
- # reitit (2)
- # rum (13)
- # shadow-cljs (144)
- # spacemacs (14)
- # sql (4)
- # unrepl (29)
- # vim (16)
Just getting my (neo)vim workflow set up for cljs, and my emacs using coworker demoed how cider runs and shows tests very nicely. Tips on how to configure something similar for the modal editor?
You'd probably need to find an alternative test output library like humane test output, and use that.
@tomi.hukkalainen_slac and the I guess you’d need to create a mapping to send whatever clojure invokes your tests to that buffer (run-all-tests)
or whatever.
@tomi.hukkalainen_slac https://github.com/pjstadig/humane-test-output/blob/master/README.org
Hm. Any ideas how to handle multiple :terminal repls? If I read the vimscript correctly, it always tries sending to latest terminal. I can live without doing any other cli work inside neovim, but it would be nifty to be able to somehow send stuff to either serverside or browserside repl
@tomi.hukkalainen_slac that has been affecting me lately, I’ll open another :term to do something trivial, and it’s a problem. Thinking about it. It’s something I could use myself too.
@tomi.hukkalainen_slac I might take a crack at it. I’m thinking something like a REPLTerm function that takes some id parameter and stores some mapping of id -> term-job-id. Then, some way to toggle between the ids of the active repl terms, and use that to lookup the job id when evaling.
@jebberjeb Ok, looking forward to it!
@tomi.hukkalainen_slac / @jebberjeb have you seen https://github.com/kassio/neoterm ? i've been using it a lot lately, it's awesome