Re: ClojureScript compiler generates incorrect javascript code for protocol function

2012-07-10 Thread David Nolen
On Tue, Jul 10, 2012 at 12:23 PM, Praki wrote: > Hi, > > The javascript code generated for the following clojurescript is wrong. The > problem is, if the protocol name is hyphenated, the generated name is > treating that as an arithmetic expression rather than translating the hyphen > to underscor

ClojureScript compiler generates incorrect javascript code for protocol function

2012-07-10 Thread Praki
Hi, The javascript code generated for the following clojurescript is wrong. The problem is, if the protocol name is hyphenated, the generated name is treating that as an arithmetic expression rather than translating the hyphen to underscore. The git tag of clojurescript is r1443. I am not very