This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-05
Channels
- # babashka (13)
- # beginners (146)
- # biff (3)
- # calva (18)
- # cider (6)
- # clerk (29)
- # clj-commons (1)
- # clj-kondo (75)
- # clojure (42)
- # clojure-belgium (2)
- # clojure-europe (13)
- # clr (9)
- # conjure (2)
- # datomic (2)
- # gratitude (3)
- # hyperfiddle (3)
- # off-topic (26)
- # reitit (5)
- # releases (1)
- # shadow-cljs (2)
- # timbre (3)
When augmenting an existing exception my cider doesn’t show me the new ex-message
but only the original one. This makes it often hard to see what’s going on. Do other folks have the same behaviour? Is this intentional?
if I rethrow without ex-cause
I do see the more specific ex-message
but I’d prefer to not lose the ex-cause
Have to check how the source works. Probably comes from the underlying clojure tooling which behaves this way to show you the actual error and not the wrappers around it