This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-28
Channels
- # announcements (5)
- # babashka (7)
- # beginners (101)
- # biff (9)
- # calva (46)
- # cider (6)
- # clj-yaml (2)
- # cljsrn (13)
- # clojure (11)
- # clojure-europe (43)
- # clojure-nl (13)
- # clojure-norway (22)
- # clojurescript (20)
- # conjure (1)
- # cursive (7)
- # data-science (2)
- # datomic (26)
- # emacs (38)
- # graphql (27)
- # gratitude (5)
- # hoplon (8)
- # hugsql (22)
- # humbleui (2)
- # hyperfiddle (6)
- # introduce-yourself (8)
- # joyride (3)
- # lsp (79)
- # malli (6)
- # nbb (67)
- # portal (16)
- # rdf (27)
- # reagent (42)
- # releases (2)
- # remote-jobs (1)
- # shadow-cljs (36)
- # test-check (17)
- # tools-deps (1)
- # xtdb (15)
Hey @U11EL3P9U 🙂 Not seen this one before :thinking_face: how are you running this? in a local REPL?
It's a bit late, so perhaps i'll continue this later (had a long day at work too)
No worries, last thought though - wondering if maybe this is trying to pretty-print or something
> Primarily, the install-pretty-exceptions
function overrides several internal Clojure functions to enable https://ioavisopretty.readthedocs.io/en/latest/exceptions.html.
> [via https://ioavisopretty.readthedocs.io/en/latest/repl.html]
hmm, seems like a plausible explanation given how we define a custom print-method:
https://github.com/xtdb/xtdb/blob/ed7801f6aa8e7abc061d6940921b58d69514c05a/core/src/xtdb/node.clj#L261-L262