[ClojureScript] compilation warning when calling satisfies? inside a go block

2015-04-21 Thread Yehonathan Sharvit
This piece of code is causing the following compilation warning: (defprotocol a) (defrecord b []) (go (satisfies? a (b.))) WARNING: Use of undeclared Var cljs-explore.me/bit__4884__auto__ at line 12 src/cljs_explore/me.cljs -- Note that posts from new members are moderated - please be

Re: [ClojureScript] compilation warning when calling satisfies? inside a go block

2015-04-21 Thread David Nolen
File a bug with core.async, thanks. David On Tuesday, April 21, 2015, Yehonathan Sharvit vie...@gmail.com wrote: This piece of code is causing the following compilation warning: (defprotocol a) (defrecord b []) (go (satisfies? a (b.))) WARNING: Use of undeclared Var

Re: [ClojureScript] compilation warning when calling satisfies? inside a go block

2015-04-21 Thread Yehonathan Sharvit
I’ve opened a bug: http://dev.clojure.org/jira/browse/ASYNC-121 On Tue, Apr 21, 2015 at 1:02 PM, David Nolen dnolen.li...@gmail.com wrote: File a bug with core.async, thanks. David On Tuesday, April 21, 2015, Yehonathan Sharvit vie...@gmail.com wrote: This piece of code is causing the