Nothing obvious to me. Git bisect would help here. Thanks. On Monday, December 16, 2013, Chas Emerick wrote:
> I'm using 2120, and seeing some _very_ bizarre behaviour attempting to > call a protocol method with a JS native (a number in this case) via `this` > from a method installed on that native's prototype: > > https://gist.github.com/cemerick/7998162 > > As you can see, the "workaround" of consing up the same number from within > the prototype method appears to work. Bizarre, no? > > Does anyone see something clearly wrong with how I'm going about things > here (perhaps treading on some subtlety of prototypes of which I'm not > aware), or is this a protocol dispatch bug? > > Thanks, > > - Chas > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
