cursive

Issues at: https://git.io/cursive-issues
alexmiller 2020-11-30T14:43:35.290300Z

this is really a problem in deps.edn, which cannot successfully pass the jvm-opts with spaces in it due to bash word splitting

alexmiller 2020-11-30T14:44:33.290900Z

same issue as https://clojure.atlassian.net/browse/TDEPS-56 (I don't think I have one specifically for jvm-opts, but same thing)

imre 2020-11-30T15:15:37.291Z

Thanks for the info, Alex. I added a link to the Cursive ticket

2020-11-30T18:45:17.296800Z

👋 im having an issue with dependency resolution. I am trying to import an existing project into cursive, that has a project.clj with some profiles. One of the profiles has :local-repo "local-m2" set. If i comment out that line, everything imports fine, but with it, i am getting Dependency resolution error...Failed to collect dependencies at... . Has anyone else seen this issue, or know of some setup step I may be missing?

cfleming 2020-11-30T19:27:33.296900Z

No, there have been some historical problems with this, but I think it should all work in newer versions. I’ll try to find some time to test this shortly.

2020-11-30T19:28:04.297100Z

ok thanks, let me know if theres any info i can provide to help debug