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 
wrote:

> File a bug with core.async, thanks.
> David
> On Tuesday, April 21, 2015, Yehonathan Sharvit  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 clojurescript+unsubscr...@googlegroups.com .
>> To post to this group, send email to clojurescript@googlegroups.com
>> .
>> 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 
> clojurescript+unsubscr...@googlegroups.com.
> To post to this group, send email to clojurescript@googlegroups.com.
> 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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.


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  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 clojurescript+unsubscr...@googlegroups.com .
> To post to this group, send email to clojurescript@googlegroups.com
> .
> 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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.


[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 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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.