Fork me on GitHub
#cursive
<
2016-05-18
>
cfleming00:05:31

@danielcompton: Not that I’m aware of, no

danielcompton00:05:40

didn’t think so

cfleming00:05:49

I guess your logs come over stdout?

cfleming00:05:05

I don’t think that’s possible, no.

danielcompton00:05:14

If they were over STDERR would that work? Or would they all be red?

darwin00:05:02

@danielcompton: here is how I fixed lein-cooper, you could synchronize all your own printing code similar way (but that would not be complete solution, because Cursive REPL is not only output produced by your “stdout” but also content produced by Cursive (REPL/nREPL) itself, I guess

darwin00:05:36

depends on what is your problem exactly, if multiple threads in your own code racing for stdout, or race between your code and cursive

danielcompton00:05:46

Race between Logback and Cursive (nREPL)

darwin00:05:12

ok, then Cursive could implement some kind of buffering of stdout and synchronize printing per-line

darwin00:05:07

but it is not relevant to your problem, Cursive has to do something like this between your output and its own output

arijun19:05:20

I updated IntelliJ to the latest version as a popup recommended, and subsequently the cursive plugin stopped working and turned red in the plugin menu. I tried uninstalling and reinstalling the plugin but every time I try to install it it runs through a progress bar that says "Downloading Plugin 'Cursive for v15'" and then disappears. Nothing gets installed

manutter5119:05:56

Is that in Windows?

arijun20:05:48

IntelliJ IDEA 2016.1.2 Build #IC-145.972, built on May 14, 2016 JRE: 1.8.0_77-b03 x86 JVM: Java HotSpot(TM) Server VM by Oracle Corporation

manutter5120:05:25

I’ve been having the same issue — I tried the “Invalidate Caches / Restart” option under the File menu, but that didn’t help. I didn’t try uninstalling/reinstalling, though. I think when I get home tonight, I’m going to try 1) uninstall the plugin, 2) Invalidate the caches and restart, and 3) re-install.