Fork me on GitHub
#cursive
<
2022-11-22
>
Jordan Robinson09:11:46

Just a quick note to say I just found this setting and having worked with a multi-module setup with ~100 filenames being the same if they're truncated, I'm so glad this is an option, changing it to full namespace from the default immediately improved my day, thanks Colin!

👍 3
1
serioga11:11:35

For me the “File name” option works better than namespaces.

dvingo18:11:45

I'm on 1.12.5-eap3-2022.2 and still not able to load namespaces in a Clojure REPL that use :as-alias because of the "dependency cycle" erroneous message. IntelliJ IDEA 2022.2.3 (Ultimate Edition) I see in the changelog this is supposed to work https://github.com/cursive-ide/cursive/blob/master/CHANGELOG.md

cfleming20:11:58

@U051V5LLP Is that for Clojure or CLJS?

dvingo14:11:40

It is happening for both - it is a .cljc file where the problem is happening

dvingo14:11:08

one .cljc file is using :as-alias of another .cljc file