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

Issue 2886343002: Register files with new drivers (issue 29641) (Closed)

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

Description

Register files with new drivers (issue 29641) Committed: https://github.com/dart-lang/sdk/commit/091752f158af6866092cc252791802a004582d42

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -8 lines) Patch
M pkg/analyzer/lib/src/dart/analysis/driver.dart View 2 chunks +11 lines, -7 lines 0 comments Download
M pkg/analyzer_plugin/lib/plugin/plugin.dart View 2 chunks +23 lines, -0 lines 4 comments Download
M pkg/analyzer_plugin/test/plugin/plugin_test.dart View 3 chunks +13 lines, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
Brian Wilkerson
3 years, 7 months ago (2017-05-18 00:23:24 UTC) #2
scheglov
https://codereview.chromium.org/2886343002/diff/1/pkg/analyzer_plugin/lib/plugin/plugin.dart File pkg/analyzer_plugin/lib/plugin/plugin.dart (right): https://codereview.chromium.org/2886343002/diff/1/pkg/analyzer_plugin/lib/plugin/plugin.dart#newcode472 pkg/analyzer_plugin/lib/plugin/plugin.dart:472: if (excluded.contains(path) || !resource.exists) { It does not guarantee ...
3 years, 7 months ago (2017-05-18 01:20:40 UTC) #3
Brian Wilkerson
https://codereview.chromium.org/2886343002/diff/1/pkg/analyzer_plugin/lib/plugin/plugin.dart File pkg/analyzer_plugin/lib/plugin/plugin.dart (right): https://codereview.chromium.org/2886343002/diff/1/pkg/analyzer_plugin/lib/plugin/plugin.dart#newcode472 pkg/analyzer_plugin/lib/plugin/plugin.dart:472: if (excluded.contains(path) || !resource.exists) { I removed the existence ...
3 years, 7 months ago (2017-05-18 14:43:36 UTC) #4
Brian Wilkerson
3 years, 7 months ago (2017-05-18 14:43:53 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
091752f158af6866092cc252791802a004582d42 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698