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

Issue 1245263002: Actual URI support for package URI resolution. (Closed)

Created:
5 years, 5 months ago by pquitslund
Modified:
5 years, 4 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: 13

Patch Set 2 : Review fixes. #

Patch Set 3 : Version bump and changelog update. #

Total comments: 2

Patch Set 4 : Cleanup #

Patch Set 5 : Master merge. #

Patch Set 6 : Merge master (tk2). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -35 lines) Patch
M pkg/analysis_server/pubspec.yaml View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/context_manager_test.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/CHANGELOG.md View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/file_system/file_system.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/source/package_map_resolver.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/source/sdk_ext.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/source.dart View 1 2 3 5 chunks +19 lines, -10 lines 0 comments Download
M pkg/analyzer/lib/src/generated/source_io.dart View 1 6 chunks +9 lines, -7 lines 0 comments Download
M pkg/analyzer/pubspec.yaml View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/source_factory_test.dart View 1 6 chunks +15 lines, -12 lines 0 comments Download

Messages

Total messages: 10 (1 generated)
pquitslund
I'll follow up with version (and DEP) updates. I'm thinking about more tests as well.
5 years, 5 months ago (2015-07-21 18:14:24 UTC) #2
Brian Wilkerson
> I'll follow up with version (and DEP) updates. I'm uncomfortable waiting for the version ...
5 years, 5 months ago (2015-07-21 18:48:34 UTC) #3
Paul Berry
https://codereview.chromium.org/1245263002/diff/1/pkg/analyzer/lib/src/generated/source.dart File pkg/analyzer/lib/src/generated/source.dart (right): https://codereview.chromium.org/1245263002/diff/1/pkg/analyzer/lib/src/generated/source.dart#newcode819 pkg/analyzer/lib/src/generated/source.dart:819: Uri actualUri = null; On 2015/07/21 18:48:34, Brian Wilkerson ...
5 years, 5 months ago (2015-07-21 19:39:27 UTC) #4
pquitslund
Thanks for the thoughtful review. I think I've got your comments addressed. PTAL. https://codereview.chromium.org/1245263002/diff/1/pkg/analyzer/lib/src/generated/source.dart File ...
5 years, 5 months ago (2015-07-21 20:55:11 UTC) #5
Brian Wilkerson
We still need to update the version number, but other than that, LGTM
5 years, 5 months ago (2015-07-21 21:07:31 UTC) #6
pquitslund
On 2015/07/21 21:07:31, Brian Wilkerson wrote: > We still need to update the version number, ...
5 years, 5 months ago (2015-07-21 21:10:07 UTC) #7
Brian Wilkerson
> > We still need to update the version number, but other than that, LGTM ...
5 years, 5 months ago (2015-07-21 21:19:16 UTC) #8
Paul Berry
lgtm assuming the issue below is fixed. https://codereview.chromium.org/1245263002/diff/40001/pkg/analyzer/lib/src/generated/source.dart File pkg/analyzer/lib/src/generated/source.dart (right): https://codereview.chromium.org/1245263002/diff/40001/pkg/analyzer/lib/src/generated/source.dart#newcode831 pkg/analyzer/lib/src/generated/source.dart:831: actualUri = ...
5 years, 5 months ago (2015-07-21 21:33:47 UTC) #9
pquitslund
5 years, 5 months ago (2015-07-21 22:41:27 UTC) #10
https://codereview.chromium.org/1245263002/diff/40001/pkg/analyzer/lib/src/ge...
File pkg/analyzer/lib/src/generated/source.dart (right):

https://codereview.chromium.org/1245263002/diff/40001/pkg/analyzer/lib/src/ge...
pkg/analyzer/lib/src/generated/source.dart:831: actualUri = containedUri;
On 2015/07/21 21:33:47, Paul Berry wrote:
> Delete this line.  It overwrites actualUri with the value you just assigned to
> containedUri, which defeats the purpose of the fix.
> 
> I'm surprised this didn't cause a test failure--is this not covered by tests,
or
> am I misunderstanding the code?

Sorry.  Forgot to push this fix!

Already done. :)

Powered by Google App Engine
This is Rietveld 408576698