Fork me on GitHub
#cursive
<
2016-08-09
>
kevin13:08:06

@cfleming: Hi. A week or two ago, I asked a question about the "Unable to save settings: Failed to save settings. Please restart IntelliJ IDEA” errors I’m getting regularly. You asked about errors in idea.log - I finally got around to digging that up (was AFK the last week or two): https://gist.github.com/KevinCorcoran/1c53c917348167499d653b19300e4c1f

kevin13:08:24

I guess the good news is that the stacktrace doesn’t make it look like Cursive’s to blame

cap10morgan15:08:16

Anyone else getting nil language errors w/ latest cursive eap and latest IntelliJ?

bnoguchi19:08:57

Anyone figure out a nice continuous testing setup for projects in Cursive?

timgilbert20:08:57

@bnoguchi: in the past I've just opened a terminal window and run lein test-refresh inside of it, which was faster than running them from the command-line but had various other problems

cfleming20:08:06

@hueyp: Glad that’s helping!

cfleming20:08:25

@snowell: That’s very odd, I’ll try to reproduce that. Is that all with CLJS?

cfleming20:08:53

@kevin: Ok, thanks. Cursive might be to blame there, if I’m storing something invalid in the config components - when IntelliJ comes to serialise them things might barf at that point. Unfortunately from that trace it’s pretty hard to work out what’s going on.

cfleming20:08:15

@cap10morgan: Are you using Markdown, by any chance?

cfleming20:08:55

Are you actually embedding Clojure blocks in markdown, or just using normal Markdown files?

cap10morgan20:08:32

We have some embedded clojure blocks, yeah

cfleming20:08:09

Ok, I’ll try to reproduce that. Which Markdown plugin are you using?

timgilbert20:08:52

FWIW, I've been using the free version of Markdown Navigator to edit markdown with embedded Clojure and it works like a charm. I had various other gripes with the "markdown support" plugin and uninstalled it eventually