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

Issue 1206323005: Package map source factory support. (Closed)

Created:
5 years, 5 months ago by pquitslund
Modified:
5 years, 5 months ago
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : ResourceProvider updates #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+228 lines, -10 lines) Patch
M pkg/analyzer/lib/file_system/file_system.dart View 1 1 chunk +14 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/file_system/memory_file_system.dart View 1 1 chunk +6 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/file_system/physical_file_system.dart View 1 chunk +17 lines, -5 lines 1 comment Download
M pkg/analyzer/lib/src/generated/source.dart View 1 6 chunks +72 lines, -5 lines 5 comments Download
M pkg/analyzer/pubspec.yaml View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analyzer/test/generated/source_factory_test.dart View 3 chunks +118 lines, -0 lines 1 comment Download

Messages

Total messages: 7 (1 generated)
pquitslund
Still a bit of a work in progress but there's enough there to start iterating. ...
5 years, 5 months ago (2015-06-30 22:57:30 UTC) #2
Brian Wilkerson
LGTM https://codereview.chromium.org/1206323005/diff/1/pkg/analyzer/lib/src/generated/source.dart File pkg/analyzer/lib/src/generated/source.dart (right): https://codereview.chromium.org/1206323005/diff/1/pkg/analyzer/lib/src/generated/source.dart#newcode771 pkg/analyzer/lib/src/generated/source.dart:771: if (uri.scheme != 'file') { I'm a little ...
5 years, 5 months ago (2015-06-30 23:29:38 UTC) #3
pquitslund
Thanks Brian! After chatting with Paul, I made some changes to make SourceFactory a bit ...
5 years, 5 months ago (2015-06-30 23:46:06 UTC) #4
Brian Wilkerson
Other than a small bit of confusion, LGTM. https://codereview.chromium.org/1206323005/diff/20001/pkg/analyzer/test/generated/source_factory_test.dart File pkg/analyzer/test/generated/source_factory_test.dart (right): https://codereview.chromium.org/1206323005/diff/20001/pkg/analyzer/test/generated/source_factory_test.dart#newcode67 pkg/analyzer/test/generated/source_factory_test.dart:67: SourceFactory ...
5 years, 5 months ago (2015-07-01 00:43:23 UTC) #5
Paul Berry
https://codereview.chromium.org/1206323005/diff/20001/pkg/analyzer/lib/file_system/physical_file_system.dart File pkg/analyzer/lib/file_system/physical_file_system.dart (right): https://codereview.chromium.org/1206323005/diff/20001/pkg/analyzer/lib/file_system/physical_file_system.dart#newcode48 pkg/analyzer/lib/file_system/physical_file_system.dart:48: File getFile(String path) => new _PhysicalFile(new io.File(path)); These two ...
5 years, 5 months ago (2015-07-01 15:55:40 UTC) #6
pquitslund
5 years, 5 months ago (2015-07-06 18:13:24 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
e3a4ff55d710d2779673e8239de70756412c9073 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698