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

Issue 2640853005: Make Analyzer, VM and dart2js accept URI strings as part-of library identifier. (Closed)

Created:
3 years, 11 months ago by Lasse Reichstein Nielsen
Modified:
3 years, 9 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Add tests, enable flag by default in analyzer. #

Total comments: 8

Patch Set 3 : Address analyzer comments. #

Patch Set 4 : Merge to head - fix breaks. #

Patch Set 5 : merge to head (world keeps spinning)_ #

Patch Set 6 : Status fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -20 lines) Patch
M CHANGELOG.md View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/dart/analysis/library_analyzer.dart View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/engine.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/src/generated/parser.dart View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/summary/summarize_ast.dart View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/task/dart.dart View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analyzer/test/generated/parser_test.dart View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analyzer/test/src/context/context_test.dart View 1 2 3 1 chunk +7 lines, -2 lines 0 comments Download
M pkg/analyzer/test/src/dart/analysis/driver_test.dart View 1 2 3 4 1 chunk +8 lines, -3 lines 0 comments Download
M pkg/analyzer/test/src/task/dart_test.dart View 1 2 3 4 1 chunk +31 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/diagnostics/messages.dart View 1 2 3 4 5 2 chunks +21 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/elements/modelx.dart View 1 2 3 4 5 1 chunk +14 lines, -0 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 3 4 5 1 chunk +10 lines, -6 lines 0 comments Download
M tests/language/language_kernel.status View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
A tests/language/part_of_uri2_part.dart View 1 1 chunk +9 lines, -0 lines 0 comments Download
A tests/language/part_of_uri2_part2.dart View 1 1 chunk +9 lines, -0 lines 0 comments Download
A tests/language/part_of_uri2_test.dart View 1 1 chunk +15 lines, -0 lines 0 comments Download
A tests/language/part_of_uri_part.dart View 1 1 chunk +9 lines, -0 lines 0 comments Download
A tests/language/part_of_uri_part2.dart View 1 1 chunk +9 lines, -0 lines 0 comments Download
A tests/language/part_of_uri_test.dart View 1 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (6 generated)
Lasse Reichstein Nielsen
3 years, 11 months ago (2017-01-19 12:03:11 UTC) #2
floitsch
LGTM.
3 years, 11 months ago (2017-01-19 13:48:09 UTC) #3
floitsch
Consider updating the Changelog. Make sure the dartformatter deals with it correctly too.
3 years, 11 months ago (2017-01-19 13:48:58 UTC) #4
floitsch
No tests?
3 years, 11 months ago (2017-01-19 13:49:08 UTC) #5
Lasse Reichstein Nielsen
I have an implementation of this for VM, dart2js and analyzer (just enabling the existing ...
3 years, 11 months ago (2017-01-23 10:09:31 UTC) #7
Johnni Winther
dart2js part lgtm
3 years, 11 months ago (2017-01-23 12:05:13 UTC) #8
Siggi Cherem (dart-lang)
lgtm
3 years, 11 months ago (2017-01-23 16:07:24 UTC) #10
hausner
VM change LGTM.
3 years, 11 months ago (2017-01-23 16:43:58 UTC) #11
Brian Wilkerson
https://codereview.chromium.org/2640853005/diff/20001/pkg/analyzer/lib/src/task/dart.dart File pkg/analyzer/lib/src/task/dart.dart (right): https://codereview.chromium.org/2640853005/diff/20001/pkg/analyzer/lib/src/task/dart.dart#newcode1622 pkg/analyzer/lib/src/task/dart.dart:1622: !context.analysisOptions.enableUriInPartOf) { Will we issue a warning if a ...
3 years, 11 months ago (2017-01-25 17:05:14 UTC) #13
Lasse Reichstein Nielsen
https://codereview.chromium.org/2640853005/diff/20001/pkg/analyzer/lib/src/task/dart.dart File pkg/analyzer/lib/src/task/dart.dart (right): https://codereview.chromium.org/2640853005/diff/20001/pkg/analyzer/lib/src/task/dart.dart#newcode1622 pkg/analyzer/lib/src/task/dart.dart:1622: !context.analysisOptions.enableUriInPartOf) { It's still a warning, and I don't ...
3 years, 11 months ago (2017-01-26 10:39:13 UTC) #14
Lasse Reichstein Nielsen
@Brian Wilkerson Ping
3 years, 10 months ago (2017-02-03 15:23:45 UTC) #15
Brian Wilkerson
lgtm
3 years, 9 months ago (2017-02-27 14:48:35 UTC) #16
Lasse Reichstein Nielsen
Committed patchset #5 (id:80001) manually as ef097edad6e5e4e82c3891ad2d8f9cde8fa8cfdc (presubmit successful).
3 years, 9 months ago (2017-03-01 11:15:19 UTC) #18
Lasse Reichstein Nielsen
3 years, 9 months ago (2017-03-13 07:31:47 UTC) #20
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
5ae186153c24db9df664b49e75388a4454e4be60 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698