[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-09-08 Thread codesite-noreply via v8-dev
Comment #32 on issue 2159 by caitpott...@gmail.com: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159 They were shipped temporarily, and then unshipped due to a bug in spread calls (iirc), and haven't been reshipped due to a bug with arrow functions.

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-09-08 Thread codesite-noreply via v8-dev
Comment #31 on issue 2159 by thelastf...@gmail.com: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159 This is marked as shipped on Chrome Status (https://www.chromestatus.com/features/5937087912083456), but attempting to use it in the console on Version

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-08-07 Thread codesite-noreply via v8-dev
Comment #30 on issue 2159 by caitpott...@gmail.com: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159 This was unshipped temporarily, I'm hoping to land a change in the next week or 2 which will bring them back, though. -- You received this message

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-08-07 Thread codesite-noreply via v8-dev
Comment #28 on issue 2159 by aneesiqb...@gmail.com: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159 I am on chrome 44.0.2403.125 and can't see this feature, any ideas when will this be implemented? -- You received this message because this project is

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-08-07 Thread codesite-noreply via v8-dev
Comment #29 on issue 2159 by eor...@gmail.com: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159 That's what chromestatus.com's for: https://www.chromestatus.com/feature/5937087912083456 It says chrome 46. -- You received this message because this

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-07-28 Thread codesite-noreply via v8-dev
Comment #27 on issue 2159 by longlive...@gmail.com: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159 kpdecker that is an awesome piece of work on the test suite. Bookmarked up there with chromestatus. -- You received this message because this project is

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-07-01 Thread codesite-noreply via v8-dev
Updates: Labels: -Idli Comment #25 on issue 2159 by caitpott...@gmail.com: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-07-01 Thread codesite-noreply via v8-dev
Updates: Status: Fixed Comment #26 on issue 2159 by rossb...@chromium.org: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-07-01 Thread codesite-noreply via v8-dev
Updates: Labels: Idli Comment #24 on issue 2159 by caitpott...@gmail.com: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159 There is still some work I'd like to do on this feature, but can open a new bug for that. -- You received this message

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-07-01 Thread codesite-noreply via v8-dev
Comment #23 on issue 2159 by habl...@chromium.org: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159 This feature is shipped. Does it mean that this FR can be closed as 'Fixed'? -- You received this message because this project is configured to send all

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-06-25 Thread codesite-noreply via v8-dev
Comment #22 on issue 2159 by kpdecker: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159 Regarding the performance comments, I've implemented a performance test suite to help track this and other features as they evolve and are optimized further across all

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-06-22 Thread codesite-noreply via v8-dev
Comment #21 on issue 2159 by bugdro...@chromium.org: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159#c21 The following revision refers to this bug: https://chromium.googlesource.com/v8/v8.git/+/5337508fe38f52ffd35b40bbda0b02b4b336089b commit

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-05-18 Thread codesite-noreply via v8-dev
Comment #20 on issue 2159 by bugdro...@chromium.org: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159#c20 The following revision refers to this bug: https://chromium.googlesource.com/v8/v8.git/+/e160e6debb5c1b8df9faafeb8e18763b3ecedc90 commit

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-05-05 Thread codesite-noreply via v8-dev
Comment #17 on issue 2159 by RetroModular: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159 I know this is still work-in-progress but are you guys aware of the performance issues with the current implementation? When used as varargs, calling a function that

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-05-05 Thread codesite-noreply via v8-dev
Comment #18 on issue 2159 by caitpott...@gmail.com: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159 We do know it's slow. It disables optimization, and the rest object is always allocated. It will get better with time. -- You received this message

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-04-28 Thread codesite-noreply via v8-dev
Updates: Status: Started Labels: Area-Language Comment #16 on issue 2159 by habl...@chromium.org: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159 (No comment was entered for this change.) -- You received this message because this project is

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-02-06 Thread codesite-noreply via v8-dev
Comment #12 on issue 2159 by RetroModular: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159 According to the Chromium Dashboard there is still no active development on this ES6 feature. Could someone please keep the dashboard up-to-date because some of us

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-02-06 Thread codesite-noreply via v8-dev
Updates: Owner: caitpott...@gmail.com Cc: a...@chromium.org rossb...@chromium.org dslo...@chromium.org Comment #13 on issue 2159 by a...@chromium.org: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159 I updated the dashboard -- You received

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-01-30 Thread codesite-noreply via v8-dev
Comment #11 on issue 2159 by bugdro...@chromium.org: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159#c11 The following revision refers to this bug: https://chromium.googlesource.com/v8/v8.git/+/f6f56de8e3856f988f39d51884948ccd03957601 commit

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-01-09 Thread codesite-noreply via v8-dev
Updates: Blockedon: -v8:2735 Comment #9 on issue 2159 by a...@chromium.org: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159 (No comment was entered for this change.) -- You received this message because this project is configured to send all

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-01-09 Thread codesite-noreply via v8-dev
Comment #8 on issue 2159 by a...@chromium.org: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159 Yeah, rest params do not depend on @@iterator. I must have been confused. -- You received this message because this project is configured to send all issue

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2015-01-07 Thread codesite-noreply via v8-dev
Updates: Labels: -Priority-Low Priority-High Comment #7 on issue 2159 by rossb...@chromium.org: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159 (No comment was entered for this change.) -- You received this message because this project is

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2014-12-23 Thread codesite-noreply via v8-dev
Comment #6 on issue 2159 by caitpott...@gmail.com: Add support for rest parameters https://code.google.com/p/v8/issues/detail?id=2159 (WIP) Patch in progress on this (demo at https://gist.github.com/caitp/041bc8e6cefd69ded3f3) I don't believe @@iterator is needed for rest parameters,

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2014-06-06 Thread codesite-noreply via v8-dev
Updates: Blockedon: v8:2735 Comment #5 on issue 2159 by rsch...@chromium.org: Add support for rest parameters http://code.google.com/p/v8/issues/detail?id=2159 (No comment was entered for this change.) -- You received this message because this project is configured to send all

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2013-06-17 Thread codesite-noreply
Comment #2 on issue 2159 by wilson.j...@gmail.com: Add support for rest parameters http://code.google.com/p/v8/issues/detail?id=2159 Any idea on when this is slated for implementation? -- You received this message because this project is configured to send all issue notifications to this

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2013-06-17 Thread codesite-noreply
Comment #3 on issue 2159 by a...@chromium.org: Add support for rest parameters http://code.google.com/p/v8/issues/detail?id=2159 This depends on @@iterator which is not yet implemented. -- You received this message because this project is configured to send all issue notifications to this

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2013-06-17 Thread codesite-noreply
Comment #4 on issue 2159 by wilson.j...@gmail.com: Add support for rest parameters http://code.google.com/p/v8/issues/detail?id=2159 Thanks - is this feature attached to a milestone with any date associated? That is, can we expect it to land in 2013? -- You received this message because

[v8-dev] Re: Issue 2159 in v8: Add support for rest parameters

2012-07-02 Thread codesite-noreply
Updates: Status: Accepted Labels: Type-FeatureRequest Priority-Low Harmony Comment #1 on issue 2159 by rossb...@chromium.org: Add support for rest parameters http://code.google.com/p/v8/issues/detail?id=2159 (No comment was entered for this change.) -- v8-dev mailing list