cursive

Issues at: https://git.io/cursive-issues
onetom 2020-12-28T10:13:38.479600Z

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

onetom 2020-12-28T10:15:08.479800Z

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.

wilkerlucio 2020-12-28T19:26:08.480500Z

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

wilkerlucio 2020-12-28T19:26:42.480600Z

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

cfleming 2020-12-28T20:35:02.480800Z

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

cfleming 2020-12-28T20:35:23.481Z

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

cfleming 2020-12-28T20:39:36.481200Z

https://github.com/cursive-ide/cursive/issues/2477

👍 1
wilkerlucio 2020-12-28T23:12:44.481500Z

yup, latest

wilkerlucio 2020-12-28T23:14:08.481700Z

some keywords appear in the search, but not all

wilkerlucio 2020-12-28T23:15:22.482300Z

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

wilkerlucio 2020-12-28T23:15:49.482500Z

here is one example