On Fri, Jul 6, 2012 at 2:43 AM, kovas boguta <[email protected]> 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)
Forgetting to qualify a protocol sounds like a problem. Far as the not warning on invoking a missing fn in another namespace, sounds like something the compiler should/could have caught. David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
