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

Issue 2669863003: Handle invalid URIs in summaries. (Closed)

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

Description

Handle invalid URIs in summaries. We record all URIs, including invalid, into unlinked summaries. We still record even invalid URIs as dependencies. But handle invalid URIs as empty units and libraries. R=brianwilkerson@google.com, paulberry@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/6b9f9b7164303a7cc97228d5e2b5b984676aa6a1

Patch Set 1 #

Total comments: 4

Patch Set 2 : Remove uri.dart, tweak for summarize_ast_test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -19 lines) Patch
M pkg/analyzer/lib/src/summary/link.dart View 4 chunks +37 lines, -9 lines 0 comments Download
M pkg/analyzer/lib/src/task/dart.dart View 1 chunk +6 lines, -2 lines 0 comments Download
M pkg/analyzer/test/src/dart/analysis/driver_test.dart View 1 chunk +24 lines, -0 lines 0 comments Download
M pkg/analyzer/test/src/summary/prelinker_test.dart View 2 chunks +10 lines, -3 lines 0 comments Download
M pkg/analyzer/test/src/summary/resynthesize_ast_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/summary/resynthesize_common.dart View 1 chunk +21 lines, -0 lines 0 comments Download
M pkg/analyzer/test/src/summary/summarize_ast_test.dart View 1 1 chunk +11 lines, -4 lines 0 comments Download
M pkg/analyzer/test/src/summary/summary_common.dart View 3 chunks +25 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
scheglov
3 years, 10 months ago (2017-02-01 20:46:24 UTC) #1
Brian Wilkerson
lgtm https://codereview.chromium.org/2669863003/diff/1/pkg/analyzer/lib/src/summary/uri.dart File pkg/analyzer/lib/src/summary/uri.dart (right): https://codereview.chromium.org/2669863003/diff/1/pkg/analyzer/lib/src/summary/uri.dart#newcode8 pkg/analyzer/lib/src/summary/uri.dart:8: bool isValidUri(String uriStr) { I can't see any ...
3 years, 10 months ago (2017-02-01 21:02:10 UTC) #2
scheglov
https://codereview.chromium.org/2669863003/diff/1/pkg/analyzer/lib/src/summary/uri.dart File pkg/analyzer/lib/src/summary/uri.dart (right): https://codereview.chromium.org/2669863003/diff/1/pkg/analyzer/lib/src/summary/uri.dart#newcode8 pkg/analyzer/lib/src/summary/uri.dart:8: bool isValidUri(String uriStr) { On 2017/02/01 21:02:10, Brian Wilkerson ...
3 years, 10 months ago (2017-02-01 21:08:48 UTC) #3
Paul Berry
lgtm
3 years, 10 months ago (2017-02-01 21:28:48 UTC) #4
scheglov
3 years, 10 months ago (2017-02-01 21:35:03 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
6b9f9b7164303a7cc97228d5e2b5b984676aa6a1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698