Looks like a bug, please open a ticket in JIRA with the example code.
Thanks!
David
On Tue, May 21, 2013 at 1:16 AM, Praki wrote:
> Hi,
>
> For reasons I cant quite fathom, "lein cljsbuild" generates "Symbol X is
> not a protocol" warning. I am using clojure 1.5.1 and cljsbuild 0.3.2. The
> fo
Hi,
For reasons I cant quite fathom, "lein cljsbuild" generates "Symbol X is
not a protocol" warning. I am using clojure 1.5.1 and cljsbuild 0.3.2. The
following code snippet reproduces the issue. Please note that renaming
"my.foo" namespace to "foo" compiles with no warning.
;; file:: foo.clj