This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-10
Channels
- # beginners (151)
- # cider (41)
- # cljdoc (7)
- # cljs-dev (6)
- # clojure (92)
- # clojure-dev (5)
- # clojure-italy (26)
- # clojure-losangeles (1)
- # clojure-nl (10)
- # clojure-russia (3)
- # clojure-spec (23)
- # clojure-uk (82)
- # clojurescript (56)
- # clojutre (1)
- # core-async (3)
- # cursive (15)
- # datomic (26)
- # editors (3)
- # emacs (3)
- # events (2)
- # figwheel-main (192)
- # fulcro (66)
- # leiningen (12)
- # mount (1)
- # off-topic (131)
- # portkey (6)
- # re-frame (38)
- # reagent (10)
- # reitit (7)
- # ring-swagger (55)
- # shadow-cljs (21)
- # spacemacs (11)
- # tools-deps (48)
@misha Yeah, when that happens it’s often because you have two Clojure versions attached somehow. But in that case it looks like two copies of the same Clojure version.
@genekim Yes, that makes sense. I think @manutter51 is right that it’s worse in the dark scheme, I haven’t noticed it but I’m a light theme kind of guy.
I’m just reusing a built-in IntelliJ icon there, so I’ll check if there’s a more appropriate/visible one.
Hi I'm using cursive with Gradle managing my build. Cursive is incorrectly detecting my source roots one level too high, e.g. src/main rather than src/main/clojure. Is that expected?
It's actually not happening in src/main but in src/dev
I’m developing a mono-repo where I have multiple modules - which are linked together through deps.edn, however Cursive doesn’t seem to understand this and I can’t get it to load a file into the REPL because it belongs in a different module
@dnolen That’s https://github.com/cursive-ide/cursive/issues/2039, which is fixed for the next build.
@deaddowney How are you managing that - using gradle-clojure?
@cfleming yes. I created the project using the clojurescript template on the gradle-clojure page
Paging @U0516KEV7
@deaddowney Ok, that’s probably a bug report for them - Cursive doesn’t actually do anything there.
If there’s something that Cursive is doing incorrectly let me know, but that’s probably more about how gradle-clojure communicates with Gradle which gets picked up by IntelliJ
https://docs.oracle.com/javase/specs/jvms/se10/html/jvms-5.html https://docs.oracle.com/javase/specs/jvms/se10/html/jvms-6.html