This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-05
Channels
- # bangalore-clj (2)
- # beginners (132)
- # boot (311)
- # cider (5)
- # cljs-dev (27)
- # cljsjs (2)
- # cljsrn (16)
- # clojure (76)
- # clojure-art (1)
- # clojure-france (8)
- # clojure-russia (35)
- # clojure-spain (3)
- # clojure-spec (2)
- # clojure-uk (11)
- # clojureindia (1)
- # clojurescript (98)
- # core-async (3)
- # css (9)
- # cursive (9)
- # datascript (7)
- # datomic (7)
- # emacs (30)
- # jobs (1)
- # lein-figwheel (7)
- # london-clojurians (1)
- # lumo (14)
- # off-topic (6)
- # om (1)
- # planck (3)
- # protorepl (1)
- # re-frame (27)
- # reagent (17)
- # spacemacs (10)
- # untangled (1)
- # yada (16)
I find Cursive gets a bit confused when there's another Cursive project in checkouts
@zerocooljs Someone else reported this too. I’ve created a dev build with some logging to try to track this down.
Go to https://plugins.jetbrains.com/idea/plugin/8090-cursive, and where you see the list of published versions, click on “dev”. Download a copy of 1.5.0-snapshot1 for the version of IntelliJ you’re using, and install it using Settings->Plugins->Install from Disk…. Once you’ve restarted, go to Help->Debug Log Settings… and enter cursive.stubs
into the box. Then reproduce the problem, and send me the log from Help->Show log in Finder/Explorer to <mailto:[email protected]|[email protected]>.
Note that this will send me the classpath from your current project, which will probably include things like the project name in paths etc, and any super-secret deps you might have attached. If that’s a problem, let me know.
@cfleming I just send you the email with the logs
please tell me when you fix the issue
@cfleming I added free-form to checkouts in free-form-example and I got a new file, free-form-1.iml in the free form folder. Then it apparently moved a file from runCommands from free-form to free-form-examples.
And generally, it added awareness of the free-form project to free-form-examples when it was only a temporary move, so, I had to revert a bunch of changes in config files.