This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-29
Channels
- # announcements (1)
- # babashka (15)
- # beginners (37)
- # calva (94)
- # cider (3)
- # clj-kondo (17)
- # cljsrn (2)
- # clojure (45)
- # clojure-europe (39)
- # clojure-germany (1)
- # clojure-norway (2)
- # clojurescript (16)
- # component (18)
- # conjure (1)
- # cursive (13)
- # datalevin (3)
- # datomic (12)
- # docker (2)
- # duct (5)
- # eastwood (2)
- # emacs (4)
- # events (8)
- # fulcro (8)
- # inf-clojure (5)
- # kaocha (8)
- # lsp (24)
- # malli (11)
- # meander (3)
- # off-topic (19)
- # polylith (11)
- # remote-jobs (4)
- # sci (61)
- # shadow-cljs (9)
- # spacemacs (34)
- # sql (10)
- # tools-deps (27)
- # xtdb (10)
👋 I've been touring the emacs+clojure ecosystem looking for my perfect setup for work. While inf-clojure-connect
ing to an embedded nrepl with transport/tty I could get as far as (+
before it would disconnect with java.lang.RuntimeException: Conditional read not allowed
. I tracked this down to https://github.com/clojure-emacs/inf-clojure/blob/abeab8d6d4cb3bdded5e9083776aab0c06cbdf57/inf-clojure.el#L150 and changed the call to argslist to an earlier version without the conditional and it looks like the issue is resolved. Is this likely an issue with my project, nrepl transport/tty, or inf-clojure?
Looking at that, what is cljr at all? But you're right that shouldn't have a reader conditional. Does removing it solve your issue?
Yeah, as far as I can tell it was only during calls to get argslist. Removing the reader conditional solved my problem.