This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-10-12
Channels
- # aleph (8)
- # announcements (9)
- # babashka (15)
- # beginners (91)
- # calva (54)
- # chlorine-clover (3)
- # cider (25)
- # clj-kondo (9)
- # cljfx (4)
- # cljsrn (12)
- # clojure (40)
- # clojure-australia (2)
- # clojure-europe (77)
- # clojure-nl (10)
- # clojure-spec (22)
- # clojure-uk (9)
- # clojurescript (39)
- # conjure (12)
- # cursive (8)
- # datascript (17)
- # datomic (22)
- # emacs (2)
- # expound (6)
- # fulcro (25)
- # kaocha (7)
- # malli (9)
- # meander (5)
- # off-topic (13)
- # pathom (8)
- # pedestal (5)
- # portal (1)
- # rdf (58)
- # re-frame (65)
- # reagent (15)
- # sci (3)
- # shadow-cljs (50)
- # test-check (6)
- # testing (3)
- # tools-deps (1)
- # vim (7)
- # xtdb (10)
Has anyone experienced exception output interrupting print output in the log buffer?
; eval (current-form): (some-expression
; (err) Execution error (ClassCastException) at (REPL:1).
; (err) null
; (out) {:coll (
; --------------------------------------------------------------------------------
I am on an earlier version of conjureI'd love to see a minimal repro for this if you can find one :thinking_face: I appreciate that it might be super tricky though
yeah, I'd love to provide a minimal repro -- though we're in a firedrill at the moment. was generally curious if this had come up. I"m able to work around it with the old core.async log channel trick
Oh no! Definitely deal with that first. It does seem like it's a feature rather than a bug at first glance, but I could definitely be wrong. Like you have two chunks of code running and one is throwing an error while the other prints out. But I may be totally misunderstanding.
Is it mashing together the two output strings? Because I didn't get that impression but that'd be BAD
I may have seen mashing at one point when we were printing more than one thing, but in the case above it's just truncating the print output
I suspect this isn't related to conjure at all, just wanted to check though if on the off chance it rang any bells