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

Issue 2967503002: Fix the resolution of uri-based part-of directives in the SDK (issue 29598) (Closed)

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

Description

Fix the resolution of uri-based part-of directives in the SDK (issue 29598) R=scheglov@google.com Committed: https://github.com/dart-lang/sdk/commit/d29c5d3a72aa41fa82dee4a0bbb31320848fa5f7

Patch Set 1 #

Total comments: 6

Patch Set 2 : moved test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -4 lines) Patch
M pkg/analyzer/lib/src/dart/sdk/sdk.dart View 1 chunk +7 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/summary/summarize_ast.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analyzer/test/src/context/source_test.dart View 1 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/analyzer/test/src/dart/sdk/sdk_test.dart View 1 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Brian Wilkerson
I don't know that this will fix all of the issues, because I can't duplicate ...
3 years, 5 months ago (2017-06-29 19:49:26 UTC) #2
scheglov
https://codereview.chromium.org/2967503002/diff/1/pkg/analyzer/lib/src/dart/sdk/sdk.dart File pkg/analyzer/lib/src/dart/sdk/sdk.dart (right): https://codereview.chromium.org/2967503002/diff/1/pkg/analyzer/lib/src/dart/sdk/sdk.dart#newcode662 pkg/analyzer/lib/src/dart/sdk/sdk.dart:662: return file.createSource(Uri.parse(dartUri)); Maybe extract the URI into a variable ...
3 years, 5 months ago (2017-06-29 20:19:24 UTC) #3
Brian Wilkerson
ptal https://codereview.chromium.org/2967503002/diff/1/pkg/analyzer/lib/src/dart/sdk/sdk.dart File pkg/analyzer/lib/src/dart/sdk/sdk.dart (right): https://codereview.chromium.org/2967503002/diff/1/pkg/analyzer/lib/src/dart/sdk/sdk.dart#newcode662 pkg/analyzer/lib/src/dart/sdk/sdk.dart:662: return file.createSource(Uri.parse(dartUri)); I don't know what problem that ...
3 years, 5 months ago (2017-06-29 20:47:16 UTC) #4
scheglov
LGTM https://codereview.chromium.org/2967503002/diff/1/pkg/analyzer/lib/src/dart/sdk/sdk.dart File pkg/analyzer/lib/src/dart/sdk/sdk.dart (right): https://codereview.chromium.org/2967503002/diff/1/pkg/analyzer/lib/src/dart/sdk/sdk.dart#newcode662 pkg/analyzer/lib/src/dart/sdk/sdk.dart:662: return file.createSource(Uri.parse(dartUri)); On 2017/06/29 20:47:15, Brian Wilkerson wrote: ...
3 years, 5 months ago (2017-06-29 20:50:38 UTC) #5
Brian Wilkerson
3 years, 5 months ago (2017-06-29 20:51:50 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
d29c5d3a72aa41fa82dee4a0bbb31320848fa5f7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698