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

Issue 2447603002: Include linked hashes into the current file state. (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

Include linked hashes into the current file state. Also put the file content into the AnalysisContext to avoid race condition if the file content is being changed. R=brianwilkerson@google.com, paulberry@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/64c776d30d9d01e5170428281fbf825b3723e235

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -9 lines) Patch
M pkg/analyzer/lib/src/dart/analysis/driver.dart View 6 chunks +37 lines, -9 lines 4 comments Download

Messages

Total messages: 6 (1 generated)
scheglov
4 years, 1 month ago (2016-10-24 03:59:23 UTC) #1
scheglov
Committed patchset #1 (id:1) manually as 64c776d30d9d01e5170428281fbf825b3723e235 (presubmit successful).
4 years, 1 month ago (2016-10-24 03:59:45 UTC) #3
Paul Berry
lgtm https://codereview.chromium.org/2447603002/diff/1/pkg/analyzer/lib/src/dart/analysis/driver.dart File pkg/analyzer/lib/src/dart/analysis/driver.dart (right): https://codereview.chromium.org/2447603002/diff/1/pkg/analyzer/lib/src/dart/analysis/driver.dart#newcode138 pkg/analyzer/lib/src/dart/analysis/driver.dart:138: final _linkedHashMap = <Uri, String>{}; My comments about ...
4 years, 1 month ago (2016-10-24 11:51:47 UTC) #4
scheglov
https://codereview.chromium.org/2447603002/diff/1/pkg/analyzer/lib/src/dart/analysis/driver.dart File pkg/analyzer/lib/src/dart/analysis/driver.dart (right): https://codereview.chromium.org/2447603002/diff/1/pkg/analyzer/lib/src/dart/analysis/driver.dart#newcode138 pkg/analyzer/lib/src/dart/analysis/driver.dart:138: final _linkedHashMap = <Uri, String>{}; On 2016/10/24 11:51:47, Paul ...
4 years, 1 month ago (2016-10-24 17:44:37 UTC) #5
Brian Wilkerson
4 years, 1 month ago (2016-10-26 06:33:36 UTC) #6
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698