This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-23
Channels
- # announcements (19)
- # babashka (6)
- # beginners (47)
- # cljs-dev (4)
- # cljsrn (3)
- # clojure (18)
- # clojure-australia (3)
- # clojurescript (50)
- # code-reviews (1)
- # conjure (16)
- # datomic (6)
- # editors (4)
- # emacs (1)
- # fulcro (10)
- # graphql (3)
- # helix (7)
- # jackdaw (10)
- # malli (1)
- # off-topic (3)
- # pathom (4)
- # sci (2)
- # shadow-cljs (39)
- # testing (3)
- # tools-deps (5)
- # vscode (1)
Hey! Before I go raising issues and trying to maybe fix things, has anyone noticed errors being truncated when talking with bb over nREPL? I only seem to get the first line of output out, the details including the exchanged nREPL messages are in my issue here https://github.com/Olical/conjure/issues/206 It looks like the error is caught and sent back out of the nREPL, but only the first line of it's message :thinking_face:
I'm hunting around for any existing open issue about this topic but I can't find anything.
I guess the :cause
here is nil, hmm https://github.com/babashka/babashka.nrepl/blob/d9b63bbadce04799ef791c02a7066dd3197aa1b9/src/babashka/nrepl/impl/utils.clj#L26
@U38J3881W Could be a bug, I'm not sure. Feel free to raise an issue + PR against babashka.nrepl
Also I added support for auto repling into babashka when no other nREPL server is detected today! https://asciinema.org/a/415758 (on the develop
branch for now while I dogfood + await feedback)