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

Issue 2519443003: Compute names referenced in a unit. (Closed)

Created:
4 years, 1 month ago by scheglov
Modified:
4 years, 1 month ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 10

Patch Set 2 : Fix for top-level declarations, more tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+642 lines, -0 lines) Patch
A pkg/analyzer/lib/src/dart/analysis/referenced_names.dart View 1 1 chunk +250 lines, -0 lines 0 comments Download
A pkg/analyzer/test/src/dart/analysis/referenced_names_test.dart View 1 1 chunk +390 lines, -0 lines 0 comments Download
M pkg/analyzer/test/src/dart/analysis/test_all.dart View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
scheglov
4 years, 1 month ago (2016-11-18 17:28:16 UTC) #1
Brian Wilkerson
Other than the fact that this appears to be very similar to other existing code ...
4 years, 1 month ago (2016-11-18 17:55:51 UTC) #2
Paul Berry
https://codereview.chromium.org/2519443003/diff/1/pkg/analyzer/lib/src/dart/analysis/referenced_names.dart File pkg/analyzer/lib/src/dart/analysis/referenced_names.dart (right): https://codereview.chromium.org/2519443003/diff/1/pkg/analyzer/lib/src/dart/analysis/referenced_names.dart#newcode182 pkg/analyzer/lib/src/dart/analysis/referenced_names.dart:182: if (localLevel == 0) { Why do we skip ...
4 years, 1 month ago (2016-11-18 17:59:59 UTC) #3
scheglov
PTAL https://codereview.chromium.org/2519443003/diff/1/pkg/analyzer/lib/src/dart/analysis/referenced_names.dart File pkg/analyzer/lib/src/dart/analysis/referenced_names.dart (right): https://codereview.chromium.org/2519443003/diff/1/pkg/analyzer/lib/src/dart/analysis/referenced_names.dart#newcode17 pkg/analyzer/lib/src/dart/analysis/referenced_names.dart:17: class _LocalNameScope { On 2016/11/18 17:55:51, Brian Wilkerson ...
4 years, 1 month ago (2016-11-18 18:33:44 UTC) #4
Brian Wilkerson
lgtm
4 years, 1 month ago (2016-11-18 18:39:41 UTC) #5
Paul Berry
lgtm https://codereview.chromium.org/2519443003/diff/1/pkg/analyzer/lib/src/dart/analysis/referenced_names.dart File pkg/analyzer/lib/src/dart/analysis/referenced_names.dart (right): https://codereview.chromium.org/2519443003/diff/1/pkg/analyzer/lib/src/dart/analysis/referenced_names.dart#newcode245 pkg/analyzer/lib/src/dart/analysis/referenced_names.dart:245: return; On 2016/11/18 18:33:44, scheglov wrote: > On ...
4 years, 1 month ago (2016-11-18 19:15:44 UTC) #6
scheglov
4 years, 1 month ago (2016-11-18 19:19:10 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
f52b5973c57555c46f88fb617a5666e7266ac254 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698