This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-12
Channels
- # announcements (4)
- # asami (3)
- # babashka (18)
- # babashka-sci-dev (2)
- # beginners (55)
- # calva (18)
- # clj-commons (23)
- # clj-kondo (2)
- # cljfx (7)
- # cljs-dev (15)
- # clojure (96)
- # clojure-europe (43)
- # clojure-losangeles (3)
- # clojure-nl (2)
- # clojure-uk (11)
- # clojurescript (1)
- # datalevin (2)
- # datomic (10)
- # events (1)
- # google-cloud (4)
- # gratitude (16)
- # helix (3)
- # hyperfiddle (63)
- # inf-clojure (13)
- # introduce-yourself (4)
- # ipfs (2)
- # jobs (2)
- # jobs-discuss (12)
- # leiningen (7)
- # lsp (15)
- # off-topic (38)
- # polylith (24)
- # portal (27)
- # remote-jobs (8)
- # sci (27)
- # spacemacs (5)
- # specter (1)
- # sql (5)
- # xtdb (41)
Is there a way to send all eval result to tap>
instead of the output file?
(I just got into the habit of using those instead of ctrl+enter
or alt-enter
)
@pragyan474 ☝️:skin-tone-2:
Cool… that helps, I didn’t realize it was already there. Thanks a lot.
It looks like there might be a bug in the newest release with “toggle between impl and test” in multi-root workspaces. When I run the command, I get a dialog asking if I want to create the file, and the path it wants to create it at looks like this:
<path/to/root1>/<path/to/root2>/<path/to/active/file>
Please review 😃 https://github.com/BetterThanTomorrow/calva/pull/1726
This VSIX should have it fixed: https://output.circle-artifacts.com/output/job/e015ee26-6fe9-4798-a596-a02b7900b476/artifacts/0/tmp/artifacts/calva-2.0.274-1725-toggle-impl-test-bug-22389dcd.vsix
Dear Calva friend: Regression with multi-root workspaces and toggling between implementation and test file now fixed: https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.274 • Fix: https://github.com/BetterThanTomorrow/calva/issues/1725 Thanks, @max.r.rothman for reporting!