This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-11-19
Channels
- # announcements (5)
- # beginners (68)
- # boot (1)
- # cider (27)
- # clara (11)
- # cljdoc (10)
- # clojure (129)
- # clojure-europe (2)
- # clojure-italy (16)
- # clojure-nl (15)
- # clojure-spec (74)
- # clojure-uk (31)
- # clojurescript (62)
- # core-async (17)
- # cursive (28)
- # datomic (22)
- # duct (29)
- # emacs (10)
- # fulcro (65)
- # hoplon (2)
- # hyperfiddle (16)
- # instaparse (3)
- # kaocha (2)
- # lein-figwheel (3)
- # leiningen (1)
- # mount (1)
- # nrepl (21)
- # off-topic (23)
- # re-frame (59)
- # reitit (18)
- # ring-swagger (2)
- # shadow-cljs (2)
- # spacemacs (16)
- # timbre (2)
- # tools-deps (22)
@pez Hmm, that’s odd. We didn’t really change anything on our end in this regard, so that’s likely a change that happened in lein
.
Actually the plugin is what generates the proper :repl-options
, so you don’t have to do this manually.
Yeah, something changed in master - https://github.com/technomancy/leiningen/commit/3e1459a2b22db6ed39ed6a4de0f2695d1d3ceeeb
Not sure what we’re expected to do this here, but despite the working everything should work just fine.
OK. Checking that I understand which plugin you are referring to. If I remove [cider/cider-nrepl "0.18.0"]
from the above profile, then leiningen stops complaining. Now I'll go read the links you provided. 😃
I want to track down where from 0.2.13
-> 0.4.5
I stopped being able to decode the messages. Which version is it that is ”the same” as 0.2.13
now again?
> Alright, I can’t make sense out of that patch. Anyway. I can ignore the warning, right?
> I want to track down where from 0.2.13
-> 0.4.5
I stopped being able to decode the messages. Which version is it that is “the same” as 0.2.13
now again?
Nothing with respect to message encoding/decoding has changed between 0.2.13 and 0.4.5.
I am trying to figure out what exactly is the problem, but what happens is that lots of the decoding starts to fail and also my nrepl client goes into an infinite loop endlessly failing decoding. It doesn't necessarily have to do with the encoding of the new nrepl. The client in Calva is a bit too naive and probably very sensitive to the order in which responses come back. It is time to fix that, and maybe I should before investigating the problems it has with 0.4.5.
At any rate - I’m 100% certain that the encoding logic hasn’t changed at all, so the problem is likely unrelated.