Fork me on GitHub
#cursive
<
2020-12-28
>
onetom10:12:38

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"}}

onetom10:12:08

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.

cfleming20:12:23

Hmm, that’s possible, I’ll check that.

wilkerlucio19:12:08

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

wilkerlucio19:12:42

although find usages on a keyword work as expected, just the search doesn't

cfleming20:12:02

Are you on the latest Cursive? I’ll investigate that.

wilkerlucio23:12:08

some keywords appear in the search, but not all

wilkerlucio23:12:22

I think its worth mention this project has a ton of keywords, just wondering if its hitting some limit

wilkerlucio23:12:49

here is one example