I’ve opened a bug: http://dev.clojure.org/jira/browse/ASYNC-121
On Tue, Apr 21, 2015 at 1:02 PM, David Nolen <[email protected]> wrote: > File a bug with core.async, thanks. > David > On Tuesday, April 21, 2015, Yehonathan Sharvit <[email protected]> wrote: >> >> 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 patient with >> your first post. >> --- >> You received this message because you are subscribed to the Google Groups >> "ClojureScript" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:;>. >> To post to this group, send email to [email protected] >> <javascript:;>. >> Visit this group at http://groups.google.com/group/clojurescript. >> > -- > Note that posts from new members are moderated - please be patient with your > first post. > --- > You received this message because you are subscribed to a topic in the Google > Groups "ClojureScript" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/clojurescript/d96JOHqMJBE/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
