Fork me on GitHub
#cursive
<
2018-08-23
>
cfleming00:08:20

@richiardiandrea How are you importing that project?

richiardiandrea00:08:13

@cfleming Import Project, expand and seelect deps.edn, then filling up the next window with path to clojure

richiardiandrea01:08:02

A couple of quirks, my clojure is in a custom folder and for some reason the locale is CA. I opened an issue but feel free to ping me here any time

cfleming02:08:30

@richiardiandrea Can you add the full stack trace for the locale error to that issue?

richiardiandrea02:08:29

Sure I can do that, how do I get it though? It is the only thing I see in that window

cfleming02:08:41

I’m trying to figure out how to set the locale in IntelliJ

cfleming02:08:41

You could try this: Help-&gt;Edit Custom VM Options…, enter -Duser.country=US there, restart and see if that helps.

richiardiandrea02:08:44

Will try that thanks a lot afk right :)

cfleming02:08:28

No rush 🙂

🙏 4
richiardiandrea20:08:49

added them! I was wondering if you have a spare Cursive logo file somewhere so that I cna use it in a blog post?

cfleming01:08:22

You could snag the one from the homepage, it’s an SVG: https://cursive-ide.com/images/logo.svg

cfleming02:08:28

Also @richiardiandrea did adding the locale fix the exception?

richiardiandrea02:08:42

Thank you! And unfortunately not

cfleming02:08:22

You can probably find it using Help-&gt;Show log in Finder/Explorer

agigao08:08:24

Hi there, cursive successfully retrieved dependency (using generate -> add to dependency), but REPL doesn’t seem to find it: returns fileNotFoundException:

CompilerException java.io.FileNotFoundException: Could not locate yada/yada__init.class or yada/yada.clj on classpath., compiling:(core.clj:1:1)

cfleming11:08:25

@chokheli For that dependency to show up you’ll have to refresh your project to ensure the dep is synced to IntelliJ, and then restart your REPL.

cfleming11:08:01

You can refresh the project and check that the dep appears in your dependency tree in either the Leiningen or Deps toolwindows, depending on which you’re using.

genRaiy12:08:34

is the test / REPL integration missing for deps.edn projects? I can’t find it 😞