This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-02-01
Channels
- # announcements (3)
- # aws (1)
- # babashka (56)
- # beginners (42)
- # calva (9)
- # cider (6)
- # circleci (5)
- # clj-kondo (17)
- # cljs-experience (1)
- # cljsjs (2)
- # clojure (106)
- # clojure-australia (1)
- # clojure-europe (36)
- # clojure-germany (5)
- # clojure-italy (13)
- # clojure-nl (14)
- # clojure-spec (19)
- # clojure-uk (27)
- # clojurescript (27)
- # cursive (20)
- # datomic (24)
- # events (2)
- # fulcro (11)
- # graalvm (1)
- # jobs (6)
- # lsp (6)
- # malli (5)
- # meander (36)
- # membrane (17)
- # nbb (4)
- # nextjournal (86)
- # off-topic (18)
- # pathom (3)
- # polylith (5)
- # portal (14)
- # rdf (5)
- # re-frame (5)
- # releases (6)
- # remote-jobs (3)
- # reveal (2)
- # ring (6)
- # shadow-cljs (171)
- # tools-deps (61)
- # vim (10)
- # xtdb (6)
Is it possible to extend the test diff support to other assertions than (is (= expected actual))
? Namely to https://cljdoc.org/d/com.github.seancorfield/expectations/ 's (expect expected actual)
?
In the terminal it is recommended to use expect with the humane-test-output lib but that does not work in Cursive REPL so I am curious what other options I have.
expect
is a macro that eventually resolves into (clojure.test/is (=? expected actual))
(where the =?
is just a symbol that clj.test understands)
I would like to do this (I think Nubank have a similar lib) but it’s not possible at the moment.
do you know if there is a quick way to refactor one type of brackets into another (for example, from (..)
to [..]
)?
Awesome! I had not idea that was possible. Thx!
Is there a function that does its let
bindings on the second argument? I'm trying to find an appropriate target for symbol resolution...
The below is getting a little annoying 😃...
Thanks @U08BJGV6E 😃
https://github.com/HumbleUI/HumbleUI It's already pretty good :)...