Claude Pache (2013-08-30T17:49:33.000Z)
Filed bug: https://bugs.ecmascript.org/show_bug.cgi?id=1868

—Claude

Le 30 août 2013 à 18:34, Brendan Eich <brendan at mozilla.com> a écrit :

> Allen probably could use a bug on file at bugs.ecmascript.org -- anyone?
> 
> /be
> 
>> Claude Pache <mailto:claude.pache at gmail.com>
>> August 30, 2013 5:35 AM
>> The `uncurryThis` metafunction, given as example in [1], needs to correct the length of a function produced by `bind`. Simplified version:
>> 
>> ```
>> uncurryThis = f => Function.protytpe.call.bind(f) // uncurryThis(f).length == 1 instead of f.length + 1
>> ```
>> 
>> So, yes, `bind` should produce functions with mutable length.
>> 
>> —Claude
>> 
>> [1] http://www.mail-archive.com/[email protected]/msg21786.html
>> 
>> 
>> _______________________________________________
>> es-discuss mailing list
>> es-discuss at mozilla.org
>> https://mail.mozilla.org/listinfo/es-discuss
>>
domenic at domenicdenicola.com (2013-09-08T00:26:45.199Z)
Filed bug: https://bugs.ecmascript.org/show_bug.cgi?id=1868