Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(850)

Issue 163773003: Emit named parameter information in declaration order. (Closed)

Created:
6 years, 10 months ago by karlklose
Modified:
6 years, 10 months ago
Reviewers:
floitsch, kasperl, blois
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Compute sorted order of default values lazily. #

Total comments: 6

Patch Set 3 : Rebase #

Patch Set 4 : Address comments. #

Patch Set 5 : Address one more comment. #

Patch Set 6 : Fix bug and add regression test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -1 line) Patch
M sdk/lib/_internal/lib/js_helper.dart View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/apply2_test.dart View 1 2 3 4 5 2 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
karlklose
6 years, 10 months ago (2014-02-14 14:02:27 UTC) #1
kasperl
LGTM! Thanks, Karl.
6 years, 10 months ago (2014-02-14 14:02:52 UTC) #2
karlklose
PTAL. After this change runtime invocations of functions is a bit slower, because we have ...
6 years, 10 months ago (2014-02-18 10:10:00 UTC) #3
floitsch
LGTM. https://codereview.chromium.org/163773003/diff/120001/sdk/lib/_internal/lib/js_helper.dart File sdk/lib/_internal/lib/js_helper.dart (right): https://codereview.chromium.org/163773003/diff/120001/sdk/lib/_internal/lib/js_helper.dart#newcode422 sdk/lib/_internal/lib/js_helper.dart:422: if (!areOptionalParametersNamed || that should fit on one ...
6 years, 10 months ago (2014-02-20 15:03:32 UTC) #4
karlklose
Thanks, Florian. https://codereview.chromium.org/163773003/diff/120001/sdk/lib/_internal/lib/js_helper.dart File sdk/lib/_internal/lib/js_helper.dart (right): https://codereview.chromium.org/163773003/diff/120001/sdk/lib/_internal/lib/js_helper.dart#newcode422 sdk/lib/_internal/lib/js_helper.dart:422: if (!areOptionalParametersNamed || On 2014/02/20 15:03:32, floitsch ...
6 years, 10 months ago (2014-02-21 09:15:27 UTC) #5
karlklose
Committed patchset #5 manually as r32880 (presubmit successful).
6 years, 10 months ago (2014-02-21 09:31:17 UTC) #6
blois
It appears that this CL may have broken an Angular test: http://chromegw.corp.google.com/i/client.dart/builders/dart2js-drt-linux-1-2-be/builds/1703 Repro command: python ...
6 years, 10 months ago (2014-02-24 18:03:15 UTC) #7
karlklose
On 2014/02/24 18:03:15, blois wrote: > It appears that this CL may have broken an ...
6 years, 10 months ago (2014-02-25 12:42:43 UTC) #8
kasperl
I assume this is a patch on top of the (reverted) original change? If so, ...
6 years, 10 months ago (2014-02-25 12:44:15 UTC) #9
karlklose
On 2014/02/25 12:44:15, kasperl wrote: > I assume this is a patch on top of ...
6 years, 10 months ago (2014-02-25 12:52:36 UTC) #10
karlklose
6 years, 10 months ago (2014-02-25 13:18:05 UTC) #11
Message was sent while issue was closed.
Committed patchset #6 manually as r33017 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698