Re: Weird core.async/ClojureScript not workings...

2013-09-17 Thread Keith Irwin
I'm having the same issue. Here's a project with a timeout loop demonstrating the problem: https://github.com/zentrope/clock Using core.async SNAPSHOT and any clojurescript release after 1859 seems to break along the same lines as the OP. Other elements I have going: - cljsbuild 0.3.3 -

Re: Weird core.async/ClojureScript not workings...

2013-09-17 Thread David Nolen
Works fine for me using core.async master. I just ran `lein install` from the core.async directory and changed project.clj core.async to: [core.async 0.1.0-SNAPSHOT] David On Mon, Sep 16, 2013 at 11:29 PM, Keith Irwin ke...@devtrope.com wrote: I'm having the same issue. Here's a project

Re: Weird core.async/ClojureScript not workings...

2013-09-17 Thread David Pollak
I continue to see the issue with 1878/0.1.0-SNAPSHOT, but when I rolled back to 1859, the issue went away. Thanks Keith! On Tue, Sep 17, 2013 at 6:42 AM, David Nolen dnolen.li...@gmail.com wrote: Works fine for me using core.async master. I just ran `lein install` from the core.async

Re: Weird core.async/ClojureScript not workings...

2013-09-16 Thread David Nolen
Which versions of ClojureScript and core.async are you using? David On Mon, Sep 16, 2013 at 5:25 PM, David Pollak feeder.of.the.be...@gmail.com wrote: Howdy, I'm using core.async and ClojureScript and it seems that inside a go block, if/when/loop/while code is never executed. For

Re: Weird core.async/ClojureScript not workings...

2013-09-16 Thread David Pollak
[org.clojure/clojurescript 0.0-1878] [org.clojure/core.async 0.1.222.0-83d0c2-alpha] [[lein-cljsbuild 0.3.2]] On Mon, Sep 16, 2013 at 3:32 PM, David Nolen dnolen.li...@gmail.com wrote: Which versions of ClojureScript and core.async are you using? David On Mon, Sep 16, 2013 at 5:25 PM,

Re: Weird core.async/ClojureScript not workings...

2013-09-16 Thread David Nolen
Won't work you need core.async master. The next core.async release will fix the issue. David On Tue, Sep 17, 2013 at 1:17 AM, David Pollak feeder.of.the.be...@gmail.com wrote: [org.clojure/clojurescript 0.0-1878] [org.clojure/core.async 0.1.222.0-83d0c2-alpha] [[lein-cljsbuild 0.3.2]]