This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-21
Channels
- # announcements (8)
- # babashka (12)
- # beginners (18)
- # biff (25)
- # calva (8)
- # clj-kondo (19)
- # clojure (53)
- # clojure-europe (3)
- # clojure-norway (3)
- # clojurescript (31)
- # emacs (9)
- # fulcro (12)
- # lsp (25)
- # membrane (1)
- # off-topic (58)
- # pathom (11)
- # pedestal (1)
- # proletarian (3)
- # re-frame (6)
- # releases (2)
- # shadow-cljs (7)
I tried (pst)
and realized that Calva repl do not support it yet. Found the https://github.com/BetterThanTomorrow/calva/issues/1793 on github. Is there another way to see full stracktrace in Calva Repl?
What does it mean that Calva repl doesn’t support (pst)
? As long as you have required the namespace it should work. There’s a Calva command for requesting the namespace, iirc.
Also, when there’s a stack trace available you should get a Show stacktrace button in the repl window.
Maybe you need (clojure.repl/pst)
?
> Also, when there’s a stack trace available you should get a Show stacktrace button in the repl window. OMG!!! 🤯. Thanks 😛
There is the command: Calva: Require REPL utilities, like (doc) etcetera, into Current Namespace.
Dear Calva friends. https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.325 • Fix: https://github.com/BetterThanTomorrow/calva/issues/2005 Thanks for fixing this, @brandon.ringe! ❤️ 🙏