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

Issue 2520593003: Use AnalysisDriverUnlinkedUnit as a container for UnlinkedUnit and referenced names. (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

Use AnalysisDriverUnlinkedUnit as a container for UnlinkedUnit and referenced names. R=brianwilkerson@google.com, paulberry@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/1d54c1e9c04858b83da4ca8e5d8e9fb16018c817

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+180 lines, -3 lines) Patch
M pkg/analyzer/lib/src/dart/analysis/driver.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/dart/analysis/file_state.dart View 4 chunks +14 lines, -2 lines 2 comments Download
M pkg/analyzer/lib/src/summary/format.dart View 1 chunk +129 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/summary/format.fbs View Binary file 0 comments Download
M pkg/analyzer/lib/src/summary/idl.dart View 1 chunk +21 lines, -0 lines 0 comments Download
M pkg/analyzer/test/src/dart/analysis/file_state_test.dart View 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
scheglov
4 years, 1 month ago (2016-11-19 23:46:56 UTC) #1
Paul Berry
lgtm
4 years, 1 month ago (2016-11-21 13:51:26 UTC) #2
Brian Wilkerson
lgtm https://codereview.chromium.org/2520593003/diff/1/pkg/analyzer/lib/src/dart/analysis/file_state.dart File pkg/analyzer/lib/src/dart/analysis/file_state.dart (right): https://codereview.chromium.org/2520593003/diff/1/pkg/analyzer/lib/src/dart/analysis/file_state.dart#newcode274 pkg/analyzer/lib/src/dart/analysis/file_state.dart:274: _referencedNames = new Set<String>.from(driverUnlinkedUnit.referencedNames); This is kind of ...
4 years, 1 month ago (2016-11-21 15:54:37 UTC) #3
scheglov
https://codereview.chromium.org/2520593003/diff/1/pkg/analyzer/lib/src/dart/analysis/file_state.dart File pkg/analyzer/lib/src/dart/analysis/file_state.dart (right): https://codereview.chromium.org/2520593003/diff/1/pkg/analyzer/lib/src/dart/analysis/file_state.dart#newcode274 pkg/analyzer/lib/src/dart/analysis/file_state.dart:274: _referencedNames = new Set<String>.from(driverUnlinkedUnit.referencedNames); On 2016/11/21 15:54:37, Brian Wilkerson ...
4 years, 1 month ago (2016-11-21 17:04:54 UTC) #4
scheglov
4 years, 1 month ago (2016-11-21 17:07:09 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
1d54c1e9c04858b83da4ca8e5d8e9fb16018c817 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698