This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-02-15
Channels
- # announcements (8)
- # architecture (9)
- # autochrome-github (1)
- # babashka (48)
- # beginners (55)
- # calva (36)
- # cider (16)
- # clj-commons (1)
- # clj-kondo (38)
- # cljs-dev (44)
- # cljsrn (1)
- # clojure (164)
- # clojure-europe (35)
- # clojure-nl (2)
- # clojure-norway (10)
- # clojure-uk (23)
- # clojurescript (50)
- # conjure (24)
- # core-async (1)
- # cryogen (2)
- # cursive (38)
- # datalevin (11)
- # datascript (2)
- # datomic (13)
- # duct (1)
- # emacs (16)
- # events (12)
- # exercism (3)
- # figwheel-main (7)
- # fulcro (26)
- # honeysql (5)
- # integrant (1)
- # jobs (3)
- # kaocha (6)
- # lsp (72)
- # malli (22)
- # nextjournal (35)
- # nrepl (1)
- # off-topic (34)
- # pathom (5)
- # polylith (8)
- # portal (40)
- # re-frame (14)
- # reagent (42)
- # reitit (1)
- # releases (1)
- # remote-jobs (1)
- # reveal (9)
- # sci (2)
- # shadow-cljs (13)
- # sql (3)
- # tools-deps (33)
- # vim (25)
Hey, I upgraded cider recently. I am on 1.3-snapshot now. I was on 1.2 before. Did something change in the way you inject dependencies. I had to downgrade to 1.2 again as I was getting a NoClassDefFoundError`` error in one leiningen based project. I couldn't reproduce it in a small project.
Without a stacktrace and/or a reasonably detailed context we can't possibly provide support 😇 This one seems important enough to warrant a GH issue, would appreciate very much if you created it
Repro isn't as important as a stacktrace, which is fine to redact if it includes private namespaces
ERROR: Unhandled REPL handler exception processing message {:nrepl.middleware.print/stream? 1, :nrepl.middleware.print/print cider.nrepl.pprint/pprint, :nrepl.middleware.print/quota 1048576, :nrepl.middleware.print/buffer-size 4096, :nrepl.middleware.print/options {:right-margin 70}, :op stacktrace, :session a30c16e0-b9ac-49b7-aa52-882236506ea0, :id 37}
Here is the repo https://github.com/FiV0/cider-1-3-lein-issue
https://github.com/FiV0/cider-1-3-lein-issue/blob/main/src/cider_1_3_lein_issue/core.clj
Thanks! If possible create a reproducible CLI command, else it's more of mixed bag since personal emacs config changes from user to user
A repro that doesn't involve launching Emacs at all. So you'd follow https://docs.cider.mx/cider/basics/middleware_setup.html#using-leiningen, run lein repl
and hopefully repro the same
as a last resource you can simply post a full stacktrace, might be available at *cider-error*
?
Well that is the issue, if I run`lein repl` and run the commands everything works as expected.