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

Issue 1768713002: Fixes to associating existing elements with an AST (Closed)

Created:
4 years, 9 months ago by Brian Wilkerson
Modified:
4 years, 9 months ago
Reviewers:
Paul Berry, scheglov
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Clean up #

Total comments: 12

Patch Set 3 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+315 lines, -190 lines) Patch
M pkg/analyzer/lib/src/dart/element/builder.dart View 9 chunks +18 lines, -15 lines 0 comments Download
M pkg/analyzer/lib/src/dart/element/element.dart View 1 2 3 chunks +28 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/generated/resolver.dart View 1 2 28 chunks +195 lines, -159 lines 0 comments Download
M pkg/analyzer/lib/src/task/dart.dart View 1 2 4 chunks +60 lines, -16 lines 0 comments Download
M pkg/analyzer/test/generated/declaration_resolver_test.dart View 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Brian Wilkerson
4 years, 9 months ago (2016-03-04 21:37:32 UTC) #2
scheglov
LGTM https://codereview.chromium.org/1768713002/diff/20001/pkg/analyzer/lib/src/dart/element/element.dart File pkg/analyzer/lib/src/dart/element/element.dart (right): https://codereview.chromium.org/1768713002/diff/20001/pkg/analyzer/lib/src/dart/element/element.dart#newcode1209 pkg/analyzer/lib/src/dart/element/element.dart:1209: annotationMap = new HashMap<int, List<ElementAnnotation>>(); annotationMap ??= new ...
4 years, 9 months ago (2016-03-04 21:49:30 UTC) #3
Paul Berry
Comments below assume that if time allows, we would like to try to cherry-pick this ...
4 years, 9 months ago (2016-03-04 22:02:11 UTC) #4
Brian Wilkerson
https://codereview.chromium.org/1768713002/diff/20001/pkg/analyzer/lib/src/dart/element/element.dart File pkg/analyzer/lib/src/dart/element/element.dart (right): https://codereview.chromium.org/1768713002/diff/20001/pkg/analyzer/lib/src/dart/element/element.dart#newcode1208 pkg/analyzer/lib/src/dart/element/element.dart:1208: if (annotationMap == null) { I have almost 3000 ...
4 years, 9 months ago (2016-03-07 16:20:28 UTC) #5
Brian Wilkerson
4 years, 9 months ago (2016-03-07 18:36:39 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
508492d048848666b4a6166815dcdea281e16558 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698