This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-04-18
Channels
- # babashka (12)
- # beginners (35)
- # biff (6)
- # calva (23)
- # cider (7)
- # clj-kondo (10)
- # cljs-dev (15)
- # clojure (81)
- # clojure-dev (2)
- # clojure-europe (13)
- # clojure-germany (1)
- # clojure-korea (2)
- # clojure-nl (1)
- # clojure-norway (19)
- # clojure-uk (7)
- # clojurescript (23)
- # core-typed (33)
- # cursive (7)
- # data-science (7)
- # datalevin (9)
- # hyperfiddle (1)
- # introduce-yourself (2)
- # malli (1)
- # matrix (17)
- # missionary (24)
- # music (1)
- # off-topic (15)
- # polylith (6)
- # reagent (10)
- # releases (5)
- # remote-jobs (1)
- # shadow-cljs (3)
- # squint (7)
- # xtdb (11)
- # yamlscript (6)
I know, its not 100% cursive relevant but, on Version 2024.1 in Intellij, the clojure-extras plugin do not work anymore - are there inline evaluation available in cursive too?
Just clone clj-extras repo, update version (see pull request) and build plugin locally. 2 min work.
Yeah. Your local build of my PR branch will take you almost no time to generate the import files for the plugin.
Hey folks, i’ve just uploaded a compatible version of extras, thanks to @U01GXCWSRMW. @U0567Q30W, official inline eval would be awesome 💖
Seems that Cursive’s test integration doesn’t report any kind of diff / actual exception when thrown-with-msg?
fails, e.g. for me this reports a failure but I can’t see the actual exception anywhere:
(deftest foo-test
(is (thrown-with-msg? Exception #"foo" (throw (ex-info "bar" {})))))