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

Issue 296463003: Handle metadata on nested function parameters. (Closed)

Created:
6 years, 7 months ago by Johnni Winther
Modified:
6 years, 7 months ago
Reviewers:
karlklose
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Update comment. #

Total comments: 6

Patch Set 3 : Updated cf. comments. #

Patch Set 4 : Rebased #

Total comments: 1

Patch Set 5 : Fix crash #

Patch Set 6 : Rebased #

Patch Set 7 : Fix latest crash. #

Total comments: 2

Patch Set 8 : Updated cf. comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -91 lines) Patch
M sdk/lib/_internal/compiler/implementation/compiler.dart View 1 2 3 4 5 6 1 chunk +0 lines, -5 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart_types.dart View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/deferred_load.dart View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/elements/elements.dart View 1 2 3 4 5 6 8 chunks +17 lines, -16 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/elements/modelx.dart View 1 2 3 4 5 6 14 chunks +27 lines, -11 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirrors.dart View 2 chunks +4 lines, -9 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/resolution/members.dart View 1 2 3 4 5 6 7 12 chunks +40 lines, -26 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/scanner/listener.dart View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + tests/language/metadata_scope1_test.dart View 1 chunk +7 lines, -7 lines 0 comments Download
A + tests/language/metadata_scope2_test.dart View 1 chunk +7 lines, -7 lines 0 comments Download
A + tests/language/metadata_self_test.dart View 1 1 chunk +4 lines, -5 lines 0 comments Download
A tests/language/parameter_metadata_test.dart View 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Johnni Winther
6 years, 7 months ago (2014-05-19 13:02:31 UTC) #1
karlklose
LGTM. https://codereview.chromium.org/296463003/diff/10001/sdk/lib/_internal/compiler/implementation/elements/elements.dart File sdk/lib/_internal/compiler/implementation/elements/elements.dart (right): https://codereview.chromium.org/296463003/diff/10001/sdk/lib/_internal/compiler/implementation/elements/elements.dart#newcode401 sdk/lib/_internal/compiler/implementation/elements/elements.dart:401: Element get analyzableElement; Perhaps we should have have ...
6 years, 7 months ago (2014-05-22 06:27:29 UTC) #2
Johnni Winther
PTAL https://codereview.chromium.org/296463003/diff/10001/sdk/lib/_internal/compiler/implementation/elements/elements.dart File sdk/lib/_internal/compiler/implementation/elements/elements.dart (right): https://codereview.chromium.org/296463003/diff/10001/sdk/lib/_internal/compiler/implementation/elements/elements.dart#newcode401 sdk/lib/_internal/compiler/implementation/elements/elements.dart:401: Element get analyzableElement; On 2014/05/22 06:27:29, karlklose wrote: ...
6 years, 7 months ago (2014-05-22 10:09:08 UTC) #3
karlklose
On 2014/05/22 10:09:08, Johnni Winther wrote: > PTAL > > https://codereview.chromium.org/296463003/diff/10001/sdk/lib/_internal/compiler/implementation/elements/elements.dart > File sdk/lib/_internal/compiler/implementation/elements/elements.dart (right): ...
6 years, 7 months ago (2014-05-22 10:33:44 UTC) #4
Johnni Winther
Committed patchset #3 manually as r36485 (presubmit successful).
6 years, 7 months ago (2014-05-22 11:21:14 UTC) #5
Johnni Winther
TBR https://codereview.chromium.org/296463003/diff/70001/sdk/lib/_internal/compiler/implementation/elements/modelx.dart File sdk/lib/_internal/compiler/implementation/elements/modelx.dart (right): https://codereview.chromium.org/296463003/diff/70001/sdk/lib/_internal/compiler/implementation/elements/modelx.dart#newcode1032 sdk/lib/_internal/compiler/implementation/elements/modelx.dart:1032: bool get isResolved => hasTreeElements; The [TreeElements] can ...
6 years, 7 months ago (2014-05-23 07:55:56 UTC) #6
Johnni Winther
Committed patchset #5 manually as r36547 (presubmit successful).
6 years, 7 months ago (2014-05-23 08:31:11 UTC) #7
karlklose
On 2014/05/23 08:31:11, Johnni Winther wrote: > Committed patchset #5 manually as r36547 (presubmit successful). ...
6 years, 7 months ago (2014-05-26 07:45:57 UTC) #8
Johnni Winther
PTAL at the last patch.
6 years, 7 months ago (2014-05-26 13:04:26 UTC) #9
karlklose
LGTM. https://codereview.chromium.org/296463003/diff/130001/sdk/lib/_internal/compiler/implementation/resolution/members.dart File sdk/lib/_internal/compiler/implementation/resolution/members.dart (right): https://codereview.chromium.org/296463003/diff/130001/sdk/lib/_internal/compiler/implementation/resolution/members.dart#newcode1797 sdk/lib/_internal/compiler/implementation/resolution/members.dart:1797: typdef.ensureResolved(compiler); Add a TODO that resolution should imply ...
6 years, 7 months ago (2014-05-27 07:52:46 UTC) #10
Johnni Winther
Committed patchset #8 manually as r36653 (presubmit successful).
6 years, 7 months ago (2014-05-27 08:30:13 UTC) #11
Johnni Winther
6 years, 7 months ago (2014-05-27 08:43:31 UTC) #12
Message was sent while issue was closed.
https://codereview.chromium.org/296463003/diff/130001/sdk/lib/_internal/compi...
File sdk/lib/_internal/compiler/implementation/resolution/members.dart (right):

https://codereview.chromium.org/296463003/diff/130001/sdk/lib/_internal/compi...
sdk/lib/_internal/compiler/implementation/resolution/members.dart:1797:
typdef.ensureResolved(compiler);
On 2014/05/27 07:52:46, karlklose wrote:
> Add a TODO that resolution should imply that the type is resolved (also for
> classes).

Done.

Powered by Google App Engine
This is Rietveld 408576698