Re: IntelliJ Cursive ClojureScript IDE slowdown

2014-06-24 Thread Mike Fikes
Thanks. You're all awesome! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from thi

Re: IntelliJ Cursive ClojureScript IDE slowdown

2014-06-24 Thread Colin Fleming
The fix for this problem (assuming the bug that Ewen identified is the real culprit) is in from idea/135.930, which means it should go into IntelliJ 13.1.4. On 22 June 2014 15:03, Colin Fleming wrote: > Hmm, that bug looks like a likely candidate. It's actually marked as > fixed, but only in th

Re: IntelliJ Cursive ClojureScript IDE slowdown

2014-06-22 Thread Colin Fleming
Hmm, that bug looks like a likely candidate. It's actually marked as fixed, but only in the v14 branch - I'll see if I can militate for it to be patched back to 13.1. Thanks for the feedback on saving, Mike. IntelliJ saves on its own at a couple of points - mostly on frame deactivation, i.e. when

Re: IntelliJ Cursive ClojureScript IDE slowdown

2014-06-22 Thread Mike Fikes
Me too. I suspect it is an IntelliJ-specific problem, unrelated to Cursive. Perhaps Colin has the ability and insight to see where the problem lies. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegr

Re: IntelliJ Cursive ClojureScript IDE slowdown

2014-06-22 Thread Ewen Grosjean
Hi, This is probably related to this bug . -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note tha

Re: IntelliJ Cursive ClojureScript IDE slowdown

2014-06-22 Thread Mike Fikes
Hi Colin, I'm still in the habit of manually saving, but I've noticed that IntelliJ saves quite often on its own. I usually work with :whitespace optimizations so that compilation completes within 3/10 s of saving. (I'm using this to build an iOS app using JavaScriptCore, so this is much quick

Re: IntelliJ Cursive ClojureScript IDE slowdown

2014-06-21 Thread Mark Mandel
Yah, I noticed this as well. I figured it was something in the terminal plugin. Sent from my mobile doohickey On 22/06/2014 3:13 PM, "Colin Fleming" wrote: > Hmm, thanks for the report - I'll take a look at this and see if I can > figure out what's happening. > > One related question - how have

Re: IntelliJ Cursive ClojureScript IDE slowdown

2014-06-21 Thread Colin Fleming
Hmm, thanks for the report - I'll take a look at this and see if I can figure out what's happening. One related question - how have you found the interaction between IntelliJ's automatic saving and 'cljsbuild auto'? Are you manually saving to trigger the compilation, or relying on the save on fram

IntelliJ Cursive ClojureScript IDE slowdown

2014-06-21 Thread Mike Fikes
Just sharing a tooling hint: If you are using IntelliJ / Cursive to edit ClojureScript (on a Mac at least), opening a Terminal “pane” at the bottom of the IDE in order to run `lein cljsbuild auto` is nice because you can readily see any errors or warnings the ClojureScript compiler might emit.