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
Are you on the latest Cursive? I’ll investigate that.
Hmm, that’s possible, I’ll check that.
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