Mike Fikes
Mike Fikes
@Olical Thanks. Since you are cool with this, I'll put together a proper PR for review.
@Olical Indeed there was some issue that I encountered when trying to solve this that was difficult to overcome. I failed to record it but I'll see if I can...
@Olical OK, I took a look to see where I had become stuck. The experimental branch where I was progressing at the time is https://github.com/mfikes/cljs-test-runner/tree/repl One salient aspect of the...
It can take a _long_ time. I'd suggest trying again and giving it maybe 10 minutes to see if it completes.
FWIW, it is modeled after this blog post which exhibits that limitation. http://blog.fikesfarm.com/posts/2015-05-30-poor-mans-figwheel-for-ambly.html
You can always use the REPL and issue a `(require 'foo.core :reload)` to reload a namespace. That will cause Om and React to re-render.
Interestingly, I tried a simple experiment where the main namespace simply delegates to another namespace to get, say, a UI string to put in the button in the sample app...
See the `:choose-first-discovered true` stuff in https://github.com/omcljs/ambly/wiki/REPL-in-Cursive. I think it applies to your Emacs case. If that doesn't work, perhaps Piggyback is also needed as described there.
@scttnlsn For `:reload-all`, I spun off https://github.com/omcljs/ambly/issues/113
@donmullen you managed to sort this one out, rught? Maybe upgraded node?