Fork me on GitHub
#cursive
<
2016-05-19
>
cfleming00:05:01

@arijun: @manutter51: Hopefully that problem will be fixed in the latest build, but you have to be able to update to it first. Try Settings-&gt;Languages &amp; Frameworks-&gt;Clojure and unset “Check for EAP builds”. Then you should be able to go to Settings-&gt;Plugins-&gt;Browse Repositories… and search for Cursive there.

arijun13:05:24

@cfleming: There is no Clojure under Languages &amp; Frameworks, nor does a search for EAP or Clojure yield results. Is that because I uninstalled Cursive? The same thing still happens when I try to install Cursive.

moizsj15:05:14

@cfleming: Is there a way make the namespace search include namespaces from the project's dep libs?

bvulpes19:05:12

allo! i'm failin to find a cursive command to run all project tests. am i failing in ide-discovery or is this unimplemented?

cfleming22:05:02

@arijun: Oh, in that case, go to Settings-&gt;Plugins-&gt;Browse Repositories…-&gt;Manage Repositories…. You probably have a cursive plugin repo configured there. Delete that, and then go back to Settings-&gt;Plugins-&gt;Browse Repositories…, refresh and search for Cursive.

cfleming22:05:40

@moizsj: Yes, when you search there’s an option “Include non-project files” in the popup. Press the same shortcut as you used to invoke the namespace search again, and namespaces from outside your project will be included.

cfleming22:05:03

@bvulpes: This is unimplemented right now, but I’m hoping to add a proper test runner soon.

bvulpes22:05:58

I spent some time fixing a collaborators tests last night, in large part I think because they didn't have an easy way to get a green light for the whole project