Fork me on GitHub
#cursive
<
2017-08-15
>
richiardiandrea09:08:08

@cfleming shadow-cljs's REPL is really promising for ClojureScript...I am going to try in the next few hours

richiardiandrea09:08:29

the only thing is port detection, having to insert the port every time is a bit odd...I guess I could link .nrepl.port to the shadow-cljs.port file

richiardiandrea09:08:59

linking to .node-repl works fine, I reported my experience here: https://github.com/thheller/shadow-cljs/issues/83

souenzzo14:08:22

Feature idea: (printf "foo: %s\n bar: %s\n" fo|o bar) where | is the cursor. Highlight matched %s (and vice-versa)

fingertoe17:08:27

When my Cursive REPL is supposed to print a string with a series of several “DESCRIPTOR (SOMETHNG)” in it, It displays the first line then <7 internal calls> I can click and expand to see the whole thing.. Anyone know why it is doing that?

Garrett Hopper18:08:31

Cursive doesn't seem to mark :source-paths in :uberjar profile as source roots? Only :dev ones are marked properly. I can do it manually through Intellij Project Settings, but it gets reset whenever I refresh the Leiningen project. Any ideas?

cfleming22:08:24

@ghopper You can set the profiles that Cursive will use when syncing the project info in the Leiningen toolwindow - View-&gt;Tool Windows-&gt;Leiningen, then open the Profiles tree.

cfleming22:08:44

@fingertoe I’m not sure I understand - are you printing a stacktrace?

cfleming22:08:00

If you’re not, it looks like Cursive is interpreting it as one and folding it.