This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-19
Channels
- # aws-lambda (4)
- # beginners (62)
- # cider (20)
- # cljs-dev (9)
- # cljsrn (13)
- # clojars (3)
- # clojure (105)
- # clojure-brasil (1)
- # clojure-denver (1)
- # clojure-finland (4)
- # clojure-italy (23)
- # clojure-norway (1)
- # clojure-spec (6)
- # clojure-uk (56)
- # clojurescript (41)
- # cursive (10)
- # datomic (25)
- # emacs (23)
- # figwheel (2)
- # fulcro (133)
- # graphql (12)
- # hoplon (32)
- # instaparse (13)
- # keechma (1)
- # lein-figwheel (1)
- # luminus (1)
- # lumo (1)
- # nyc (2)
- # off-topic (34)
- # om (2)
- # onyx (10)
- # pedestal (8)
- # portkey (1)
- # re-frame (10)
- # reagent (26)
- # ring (8)
- # shadow-cljs (77)
- # spacemacs (4)
- # sql (8)
- # tools-deps (15)
- # vim (9)
Probably we do 🙂 But I really think the big fun is going to be https://github.com/cemerick/nREPL/issues/4
It will be fine I think. You have to convince people to migrate, but it's truly that, a migration. People can continue to use the contrib package, and use the old ns, or they switch to cemerick nREPL, and follow whatever goes on there.
Yeah, that’s right. But I’m really hoping to get buy-in for the new package from lein and boot, as otherwise it’d be painful to roll it out to a broader audience.
That'll come once there's sufficient reason for it: cider depends on it, killer feature, etc. Then the convincing will be easy. If the only migration is sed 's/clojure.tools.nrepl/cemerick.nrepl/g'
then I think we will be fine.
Yeah, that’s the plan. I plan to speak with @cemerick in a couple of weeks when supposedly I’ll be less busy about finally making this migration a reality and focusing on fixing stuff afterwards, which is what’s exciting for me.
Hey, I've recently switched to java-10-openjdk, and I noticed that it breaks cider-jack-in-clojurescript
saying that clojurescript is not available. I suspect that cider-library-present-p
no longer works, since I am fully able to manually start figwheel and connect via sidecar. Is anyone else using java 10, and if so are you experiencing this as well?
Is it saying clojurescript is not available or piggieback? There was some dependency stuff yesterday that caused some errors
Maybe on the JDK 10 the classpath middleware is not working properly? That’s how we check if some library is present or not.
I recall on Java 9 there were some problems with the underlying clojure.classpath
library.
@arrdem in cljc? or is it not remembering the correct clojure buffer between projects?
i use a better dispatch than cider which remembers the last repl you were in: https://github.com/dpsutton/cider/commit/f214cb0b49810ab212670a02c81ed38fbeab77f0
@dpsutton my use case is a bit weird - I’ve got one project and several nREPL connections to remote instances in an environment.