Sorry to revive this old thread, but I want to answer a question I had in 
exactly the place I looked for the answer months ago.

On Friday, July 6, 2012 3:12:40 AM UTC-4, kovasb wrote:
>
> On Fri, Jul 6, 2012 at 2:59 AM, David Nolen 
> <dnolen...@gmail.com<javascript:>> 
> wrote: 
> > On Fri, Jul 6, 2012 at 2:43 AM, kovas boguta 
> > <kovas....@gmail.com<javascript:>> 
> wrote: 
> >> For instance the protocol in the namespace that I forget to quality 
> >> doesn't get recognized: 
> >> WARNING: Symbol mvc/IMVC is not a protocol at line 38 
> >> src/cljs/client/subsession.cljs 
> >> 
> >> yet it works anyway. (have no idea how to make that go away) 
>

I had a properly namespaced protocol used in a number of places that worked 
perfectly, but I always got a compiler warning of the above form. I learned 
to ignore it, but it definitely hurt productivity.

For me, the fix was to replace the dashes in the file name with 
underscores. I renamed "my-thing.cljs" to "my_thing.cljs" and the warning 
went away.

Cheers,
-David

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to