Fork me on GitHub
#cider
<
2021-04-30
>
macrobartfast05:04:05

whenever I cider-connect-clj&cljs I get

WARNING: CIDER 0.24.0 requires cider-nrepl 0.24.0, but you're currently using cider-nrepl 0.25.9. The version mismatch might b\
reak some functionality!
More information.WARNING: No Clojure project was detected. The
refactor-nrepl middleware was not enabled. (You can mute this
                                                warning by customizing `cljr-suppress-no-project-warning'.)
I’m guessing I have to upgrade Cider in Emacs, right? While I’m doing this should I be also figuring out how to update cider-nrepl? I use shadow-cljs via create-cljs-app and I’m now lost as to where I even set the cider-nrepl version at this point.

bozhidar09:04:06

Yeah, you have to update CIDER's Emacs package.

bozhidar09:04:30

> I use shadow-cljs via create-cljs-app and I’m now lost as to where I even set the cider-nrepl version at this point.

bozhidar09:04:10

I recall that shadow had some project file with deps in it, so it should be there. I don't do ClojureScript programming myself, but I'm sure that plenty people here can help with this question.

thheller09:04:02

cider-nrepl will either be in shadow-cljs.edn or deps.edn. not sure what create-cljs-app generates either 🙂

👍 4
thheller09:04:29

if its not in either of those you might have preconfigured in ~/.shadow-cljs/config.edn

richiardiandrea19:04:28

Hi there I am triggering this command and there is a warning I cannot explain

clojure -A:reveal:dev -Sdeps '{:deps {nrepl/nrepl {:mvn/version "0.8.3"} cider/cider-nrepl {:mvn/version "0.26.0"}} :aliases {:cider/nrepl {:main-opts ["-m" "nrepl.cmdline" "--middleware" "[cider.nrepl/cider-middleware,vlaaad.reveal.nrepl/middleware]"]}}}' -M:cider/nrepl

WARNING: CIDER requires cider-nrepl to be fully functional. Some features will not be available without it! (More information)
not urgent but I was just wondering

richiardiandrea19:04:53

Does GDK_SCALE=2 work on linux as well? I see very minutes characters there 😄