Re: Array.prototype.find() (and probably findIndex()) compatibility hazard

2013-07-16 Thread Till Schneidereit
I forgot to follow up on this: the issue in Asana was fixed on their side last week. We haven't received any other reports of sites these methods are causing issues for, so it's looking pretty good so far. On Fri, Jul 5, 2013 at 8:38 PM, Till Schneidereit t...@tillschneidereit.net wrote:

Re: Array.prototype.find() (and probably findIndex()) compatibility hazard

2013-07-16 Thread Rick Waldron
On Tue, Jul 16, 2013 at 5:39 AM, Till Schneidereit t...@tillschneidereit.net wrote: I forgot to follow up on this: the issue in Asana was fixed on their side last week. We haven't received any other reports of sites these methods are causing issues for, so it's looking pretty good so far.

Re: Array.prototype.find() (and probably findIndex()) compatibility hazard

2013-07-05 Thread Rick Waldron
On Thu, Jul 4, 2013 at 8:13 PM, Till Schneidereit t...@tillschneidereit.net wrote: Just as with the recent addition of Array.prototype.values(), we're running into problems with Array.prototype.find()[1]. Asana uses an internal framework called Luna that contains an IIterable. This

Re: Array.prototype.find() (and probably findIndex()) compatibility hazard

2013-07-05 Thread Till Schneidereit
On Fri, Jul 5, 2013 at 6:53 PM, Rick Waldron waldron.r...@gmail.com wrote: On Thu, Jul 4, 2013 at 8:13 PM, Till Schneidereit t...@tillschneidereit.net wrote: Just as with the recent addition of Array.prototype.values(), we're running into problems with Array.prototype.find()[1]. Asana

Array.prototype.find() (and probably findIndex()) compatibility hazard

2013-07-04 Thread Till Schneidereit
Just as with the recent addition of Array.prototype.values(), we're running into problems with Array.prototype.find()[1]. Asana uses an internal framework called Luna that contains an IIterable. This defines[2][3], among others, `find` and `findIndex` functions with signatures that aren't