This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-12-28
Channels
- # announcements (5)
- # asami (34)
- # babashka (15)
- # beginners (222)
- # calva (5)
- # cider (2)
- # circleci (4)
- # cljfx (11)
- # clojure (34)
- # clojure-europe (10)
- # clojure-nl (2)
- # clojure-taiwan (2)
- # clojure-uk (5)
- # clojurescript (27)
- # conjure (8)
- # cryogen (11)
- # cursive (11)
- # datomic (7)
- # depstar (6)
- # fulcro (29)
- # graalvm (2)
- # joker (3)
- # kaocha (9)
- # nrepl (4)
- # off-topic (9)
- # pathom (1)
- # shadow-cljs (11)
- # spacemacs (4)
- # sql (1)
- # tools-deps (12)
If i have the same alias (eg. ion-dev
) in my ~/.clojure/deps.edn
and my project's deps.edn
, what will Cursive do about it?
In the Clojure Deps
tool window, under the Aliases
tree, I can only see one entry and that mentions (system)
after its name.
I'm asking, because it seems to be the key to the Errors during project resolution issue I've described a few days ago:
https://clojurians.zulipchat.com/#narrow/stream/180378-slack-archive/topic/cursive/near/220338073
both my ~/.clojure/deps.edn
and project deps.edn
did have an ion-dev
alias, but only my project deps.edn
specified datomic-cloud
in :mvn/repos
, which is necessary for the :extra-deps {com.datomic/ion-dev {:mvn/version "0.9.276"}}
It feels like Cursive is doing something slightly different from the Clojure CLI tools in such scenario, because the clojure
script didn't have a difficulty in starting a REPL in such a situation.
had anyone experience the keyword search just stopped working? I can find the keywords manually in the project, but in Cursive keyword search there are no results
although find usages on a keyword work as expected, just the search doesn't
yup, latest
some keywords appear in the search, but not all
I think its worth mention this project has a ton of keywords, just wondering if its hitting some limit
here is one example