This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-01
Channels
- # aws (1)
- # beginners (237)
- # boot (2)
- # calva (6)
- # cider (16)
- # clara (10)
- # clj-kondo (1)
- # cljs-dev (24)
- # clojure (29)
- # clojure-brasil (2)
- # clojure-dev (20)
- # clojure-europe (1)
- # clojure-italy (56)
- # clojure-japan (1)
- # clojure-nl (16)
- # clojure-spec (12)
- # clojure-uk (12)
- # clojurescript (24)
- # clojureverse-ops (3)
- # core-async (3)
- # cursive (21)
- # datascript (5)
- # datomic (82)
- # devops (5)
- # duct (14)
- # emacs (2)
- # fulcro (2)
- # jobs (6)
- # juxt (7)
- # kaocha (6)
- # leiningen (19)
- # luminus (3)
- # nrepl (51)
- # off-topic (208)
- # other-languages (1)
- # re-frame (8)
- # reagent (9)
- # remote-jobs (6)
- # shadow-cljs (37)
- # spacemacs (6)
- # testing (12)
- # tools-deps (25)
@caleb.macdonaldblack I don’t think there is, sorry - is that in the actual REPL editor?
I'm not sure exactly what the REPL editor is but I think that is it
Yea pretty much. It's probably a bad habit I should break out of though
Yep. I probably would worry too much about looking into then unless you want to. I'll try to send to the repl. It's better to do it that way anyway
Is it possible to make Cursive resolve dependencies in the editor while taking some specific aliases into account?
I have deps.edn
with multiple aliases many of which specify :extra-deps
. And it seems that they're not taken into account at all.
Yes, you can do that by selecting those aliases in the Clojure Deps toolwindow under Aliases. Select the ones you want and then refresh your project.
There was a problem reported today if you have :extra-deps
with :local/root
dependencies in it - I’m hoping to look at that tomorrow.
Ahh, I see. Thanks! I have a lot of :local/root
. 🙂 Here's a decent example of a complicated deps.edn
if you need one: https://github.com/juxt/edge/tree/master/examples/main
Yeah, the issue was this one: https://github.com/cursive-ide/cursive/issues/2164, which is based on a project using Edge.
It’s odd because I was sure I’d tested the edge examples, it’s possible something has broken.
Anyone else get an Error executing Leiningen task: '1.8' is bad configured
when starting a local nRepl? (I've switched the project dep from clj 1.10 to 1.8 and reimported the project and still see the error)