Fork me on GitHub
#cursive
<
2021-10-19
>
wilkerlucio19:10:34

@cfleming hello, I'm experiencing a case where my project is refreshing forever, it just says Reading Project, but seems stuck there for a long time, this project worked before, the issue started after I add two new deps to deps.edn, I have those same deps in other projects without issues, is there a way I can see some debugging info to understand whats going on?

Alex Miller (Clojure team)19:10:38

does it work at the terminal?

Alex Miller (Clojure team)19:10:54

(probably want a -Sforce if you check)

cfleming23:10:26

Yes, I’d check that first, I can’t think of anything in Cursive that would cause that, it just calls out to deps.

wilkerlucio19:10:53

didn't got to try on terminal, but it was a git dep, when instead I made a released and used the maven version, it worked fine, I'll do a check on the terminal for it

wilkerlucio20:10:17

@U064X3EF3 I just tried running from terminal, and it works as expected there (also tried loading the lib from the REPL)

wilkerlucio20:10:31

its a git dep, in a project that has 3 different deps.edn modules