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

Issue 2978353002: Resynthesize field formal parameters from Kernel. (Closed)

Created:
3 years, 5 months ago by scheglov
Modified:
3 years, 5 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1

Patch Set 2 : Use VariableDeclaration.isFieldFormal #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -142 lines) Patch
M pkg/analyzer/lib/src/dart/element/element.dart View 1 6 chunks +58 lines, -15 lines 0 comments Download
M pkg/analyzer/test/src/context/mock_sdk.dart View 1 chunk +9 lines, -0 lines 0 comments Download
M pkg/analyzer/test/src/summary/element_text.dart View 2 chunks +10 lines, -3 lines 0 comments Download
M pkg/analyzer/test/src/summary/resynthesize_common.dart View 1 4 chunks +6 lines, -6 lines 0 comments Download
M pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart View 5 chunks +2 lines, -118 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
scheglov
3 years, 5 months ago (2017-07-19 20:13:10 UTC) #1
Brian Wilkerson
lgtm
3 years, 5 months ago (2017-07-19 21:45:02 UTC) #2
Paul Berry
https://codereview.chromium.org/2978353002/diff/1/pkg/analyzer/lib/src/dart/element/element.dart File pkg/analyzer/lib/src/dart/element/element.dart (right): https://codereview.chromium.org/2978353002/diff/1/pkg/analyzer/lib/src/dart/element/element.dart#newcode7970 pkg/analyzer/lib/src/dart/element/element.dart:7970: fieldFormalParameters.add(value.variable); It looks like what you're doing is: if ...
3 years, 5 months ago (2017-07-19 22:11:59 UTC) #3
scheglov
On 2017/07/19 22:11:59, Paul Berry wrote: > https://codereview.chromium.org/2978353002/diff/1/pkg/analyzer/lib/src/dart/element/element.dart > File pkg/analyzer/lib/src/dart/element/element.dart (right): > > https://codereview.chromium.org/2978353002/diff/1/pkg/analyzer/lib/src/dart/element/element.dart#newcode7970 ...
3 years, 5 months ago (2017-07-19 23:19:01 UTC) #4
scheglov
PTAL I tried to get FieldFormalParameterElement removed, but it is used to access documentation for ...
3 years, 5 months ago (2017-07-20 17:16:09 UTC) #5
Paul Berry
lgtm, thanks!
3 years, 5 months ago (2017-07-20 17:44:55 UTC) #6
scheglov
3 years, 5 months ago (2017-07-20 18:00:00 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
25e695a71ad868bf8435575fe52f30440b82475f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698