Fork me on GitHub
#cursive
<
2017-03-13
>
yonatanel07:03:20

@cfleming full support for renaming namespaced keywords :)

rauh07:03:25

1. Stub generation for any libraries (so the developer can chose) 2. Automatically switch + send the forms to the right REPL (cljs/clj mixed projects)

Sam H11:03:09

Anyone had an issue where intellij doesn't show you the a test diff in a new window?

Sam H12:03:55

Found out it was the venantius/ultra plugin in our profiles.clj file that was messing with the cursive output

favila16:03:30

I'm trying to hack on clojurescript itself, so I want a repl without figwheel etc tooling on top. Is there a way to get a clojurescript repl in cursive without any other dependencies?

shaun-mahood18:03:41

@favila: I’ve not tried it, but I think if you use use clojure.main in normal JVM process and combine it with the instructions at https://clojurescript.org/guides/quick-start#browser-repl you should be able to get something working.

wilkerlucio19:03:08

hello, I'm trying to download the Cursive Datomic stubs, but the link is failing with 404: https://cursive-ide.com/datomic-stubs-0.9.5153.jar

wilkerlucio19:03:40

if someone have this file locally, can you please share it here?

cfleming20:03:49

@wilkerlucio You shouldn’t need them any more with the new stubs functionality - is there a reason you do?

wilkerlucio20:03:08

ah, really, I didn't realized that, maybe worth updating the docs

cfleming20:03:12

@yonatanel What is missing from that support that you’d like?

cfleming20:03:32

@wilkerlucio Yes, my docs need some love 😞

cfleming20:03:15

@rauh 1. Yes, this is planned once the stubs generation is stable, 2. That’ll be part of “Better CLJS REPLs"