Cljs and core.async issue

2014-05-18 Thread Joseph Rollins
I'm having some trouble with what should be a trivial application of core.async and cljs-http. I have tried to debug it, but I don't have a great setup for properly debugging. Also, debugging core.async channels is well above my current ability. I've whittled the code down to the least common d

Re: Cljs and core.async issue

2014-05-18 Thread Joseph Rollins
Managed to figure out the culprit with some help from IRC. I was attempting to use cljs-http "0.1.10" with clojurescript "0.0-2173" (for lighttable compat). By swapping to using "0.1.8" of cljs-http, it worked perfectly. I assumed that leiningen would alert me that I had dependency mismatches,

Re: Cljs and core.async issue

2014-05-18 Thread Michael Breen
Hi Joseph. Good to hear that you figured out your issue. LightTable has actually fixed this issue and it is available in master. Best. Mike On May 18, 2014 4:15 PM, "Joseph Rollins" wrote: > Managed to figure out the culprit with some help from IRC. I was > attempting to use cljs-http "0.1.10"

Re: Cljs and core.async issue

2014-05-18 Thread Joseph Rollins
I'm glad to hear that the issue no longer remains. I will have to check out master. -Joseph On Sunday, May 18, 2014 4:32:51 PM UTC-4, Michael Breen wrote: > > Hi Joseph. > > Good to hear that you figured out your issue. LightTable has actually > fixed this issue and it is available in master.