This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-15
Channels
- # announcements (2)
- # beginners (13)
- # calva (17)
- # cider (21)
- # clerk (3)
- # clojure (42)
- # clojure-austin (1)
- # clojure-doc (8)
- # clojure-europe (82)
- # datahike (1)
- # deps-new (13)
- # emacs (5)
- # fulcro (3)
- # hyperfiddle (7)
- # missionary (1)
- # off-topic (16)
- # portal (6)
- # releases (1)
- # shadow-cljs (3)
- # tools-build (1)
- # vim (7)
- # xtdb (3)
Cross-posting this here: Easier-than-print dataflow tracing to tap> and Portal with automatic last-input function replay on eval, instant re-render and effortless extraction of traced data https://clojurians.slack.com/archives/C06MAR553/p1697394751569979
Hi 👋 , Playback is pretty sweet from what I've seen so far. I've run into a issue a few times though where not everything is printed? (see attached). I have a test assertion that I can't get to print at all. Wrapping it in a do block doesn't work either, though I can get it to print the args.
#> (map ordered-decs :ordered-decimal/rank) ;; broken
(do #> (map ordered-decs :ordered-decimal/rank)) ;; also broken
(map #> ordered-decs :ordered-decimal/rank) ;; works great
So sorry, I just realized that I'm stupid and that's why it doesn't work 😂. Now this is a feature note lol. It doesn't print "Exception" when the contained expression throws.
My favourite kind of issue report – the self-resolving one 😁 (Hello 👋 and thanks, I'm glad you like it.)